#963940

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

Shades of Well Read #963940

Tints of Well Read #963940

Color information

#963940 (or 0x963940) is unknown color: approx Well Read. HEX triplet: 96, 39 and 40. RGB value is (150,57,64). Sum of RGB (Red+Green+Blue) = 150+57+64=271 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.35% from 271); Green value is 57 (22.66% from 255 or 21.03% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 150 - color contains mainly: red. Hex color #963940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963940 is #69C6BF. Grayscale: #555555. Windows color (decimal): -6932160 or 4209046. OLE color: 4209046.

HSL color Cylindrical-coordinate representation of color #963940: hue angle of 355.48º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #963940 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB1505764-
CMYK00.620.570.41
HSL355.48º44.93%40.59%-
HSV(B)355.48º62%58.82%-
XYZ14.979.785.95-
YUV85.6115.81173.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.35%
GREEN value IS 57 (22.66% from 255) = 21.03%
BLUE value IS 64 (25.39% from 255) = 23.62%
R=55.35%
G=21.03%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150576400.620.570.41355.4844.9340.59
Hex96394003E39291632d29
Octal2267110007671515435551
Binary1001011011100110000000111110111001101001101100011101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963940; }

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

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

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

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

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

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

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

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