#963839

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

Shades of Well Read #963839

Tints of Well Read #963839

Color information

#963839 (or 0x963839) is unknown color: approx Well Read. HEX triplet: 96, 38 and 39. RGB value is (150,56,57). Sum of RGB (Red+Green+Blue) = 150+56+57=263 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.03% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 57 (22.66% from 255 or 21.67% from 263); Max value from RGB is 150 - color contains mainly: red. Hex color #963839 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963839 is #69C7C6. Grayscale: #545454. Windows color (decimal): -6932423 or 3750038. OLE color: 3750038.

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

Color convert

RGB1505657-
CMYK00.630.620.41
HSL359.36º45.63%40.39%-
HSV(B)359.36º62.67%58.82%-
XYZ14.739.614.95-
YUV84.22112.64174.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.03%
GREEN value IS 56 (22.27% from 255) = 21.29%
BLUE value IS 57 (22.66% from 255) = 21.67%
R=57.03%
G=21.29%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150565700.630.620.41359.3645.6340.39
Hex96383903F3E291672e28
Octal226707107776515475650
Binary100101101110001110010111111111110101001101100111101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963839; }

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

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

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

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

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

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

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

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