#96393B

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

Shades of Well Read #96393B

Tints of Well Read #96393B

Color information

#96393B (or 0x96393B) is unknown color: approx Well Read. HEX triplet: 96, 39 and 3B. RGB value is (150,57,59). Sum of RGB (Red+Green+Blue) = 150+57+59=266 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.39% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 59 (23.44% from 255 or 22.18% from 266); Max value from RGB is 150 - color contains mainly: red. Hex color #96393B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96393B is #69C6C4. Grayscale: #555555. Windows color (decimal): -6932165 or 3881366. OLE color: 3881366.

HSL color Cylindrical-coordinate representation of color #96393B: hue angle of 358.71º 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 #96393B is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB1505759-
CMYK00.620.610.41
HSL358.71º44.93%40.59%-
HSV(B)358.71º62%58.82%-
XYZ14.839.735.23-
YUV85.04113.31174.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 56.39%
GREEN value IS 57 (22.66% from 255) = 21.43%
BLUE value IS 59 (23.44% from 255) = 22.18%
R=56.39%
G=21.43%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150575900.620.610.41358.7144.9340.59
Hex96393B03E3D291672d29
Octal226717307675515475551
Binary100101101110011110110111110111101101001101100111101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96393B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96393B; }

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

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

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

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

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

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

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

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