#943940

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

Shades of Well Read #943940

Tints of Well Read #943940

Color information

#943940 (or 0x943940) is unknown color: approx Well Read. HEX triplet: 94, 39 and 40. RGB value is (148,57,64). Sum of RGB (Red+Green+Blue) = 148+57+64=269 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.02% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 148 - color contains mainly: red. Hex color #943940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943940 is #6BC6BF. Grayscale: #555555. Windows color (decimal): -7063232 or 4209044. OLE color: 4209044.

HSL color Cylindrical-coordinate representation of color #943940: hue angle of 355.38º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #943940 is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB1485764-
CMYK00.610.570.42
HSL355.38º44.39%40.2%-
HSV(B)355.38º61.49%58.04%-
XYZ14.69.595.93-
YUV85.01116.15172.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 55.02%
GREEN value IS 57 (22.66% from 255) = 21.19%
BLUE value IS 64 (25.39% from 255) = 23.79%
R=55.02%
G=21.19%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148576400.610.570.42355.3844.3940.2
Hex94394003D392A1632c28
Octal2247110007571525435450
Binary1001010011100110000000111101111001101010101100011101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943940; }

 p { color: rgb(148,57,64); }

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

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

 a { background-color: rgb(148,57,64); }

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

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

 span { border-color: rgb(148,57,64); }

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