#96373C

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

Shades of Well Read #96373C

Tints of Well Read #96373C

Color information

#96373C (or 0x96373C) is unknown color: approx Well Read. HEX triplet: 96, 37 and 3C. RGB value is (150,55,60). Sum of RGB (Red+Green+Blue) = 150+55+60=265 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.60% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 150 - color contains mainly: red. Hex color #96373C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96373C is #69C8C3. Grayscale: #545454. Windows color (decimal): -6932676 or 3946390. OLE color: 3946390.

HSL color Cylindrical-coordinate representation of color #96373C: hue angle of 356.84º 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 #96373C is Cyan = 0, Magento = 0.63, Yellow = 0.6 and Black (K on CMYK) = 0.41.

Color convert

RGB1505560-
CMYK00.630.60.41
HSL356.84º46.34%40.2%-
HSV(B)356.84º63.33%58.82%-
XYZ14.769.545.34-
YUV83.98114.47175.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 56.60%
GREEN value IS 55 (21.88% from 255) = 20.75%
BLUE value IS 60 (23.83% from 255) = 22.64%
R=56.60%
G=20.75%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.6
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150556000.630.60.41356.8446.3440.2
Hex96373C03F3C291652e28
Octal226677407774515455650
Binary100101101101111111000111111111100101001101100101101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96373C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96373C; }

 p { color: rgb(150,55,60); }

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

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

 a { background-color: rgb(150,55,60); }

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

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

 span { border-color: rgb(150,55,60); }

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