#942F42

Color #942F42 Well Read (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Well Read #942F42

Tints of Well Read #942F42

Color information

#942F42 (or 0x942F42) is unknown color: approx Well Read. HEX triplet: 94, 2F and 42. RGB value is (148,47,66). Sum of RGB (Red+Green+Blue) = 148+47+66=261 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.70% from 261); Green value is 47 (18.75% from 255 or 18.01% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 148 - color contains mainly: red. Hex color #942F42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942F42 is #6BD0BD. Grayscale: #4F4F4F. Windows color (decimal): -7065790 or 4337556. OLE color: 4337556.

HSL color Cylindrical-coordinate representation of color #942F42: hue angle of 348.71º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #942F42 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB1484766-
CMYK00.680.550.42
HSL348.71º51.79%38.24%-
HSV(B)348.71º68.24%58.04%-
XYZ14.218.726.09-
YUV79.36120.46176.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 56.70%
GREEN value IS 47 (18.75% from 255) = 18.01%
BLUE value IS 66 (26.17% from 255) = 25.29%
R=56.70%
G=18.01%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148476600.680.550.42348.7151.7938.24
Hex942F42044372A15d3426
Octal22457102010467525356446
Binary10010100101111100001001000100110111101010101011101110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942F42; }

 p { color: rgb(148,47,66); }

 H1.HeaderClassName
 {
   color: #942F42;
 }
 .AnyTagClassName
 {
   color: #942F42;
 }
</style>
background-color css

<style>
 a { background-color: #942F42; }

 a { background-color: rgb(148,47,66); }

 div.DivClassName
 {
   background-color: #942F42;
 }
 .BgClassName
 {
   background-color: #942F42;
 }
</style>
border-color css

<style>
 span { border-color: #942F42; }

 span { border-color: rgb(148,47,66); }

 td.TdClassName
 {
   border-color: #942F42;
 }
 .TagClassName
 {
   border-color: #942F42;
 }
</style>