#96393D

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

Shades of Well Read #96393D

Tints of Well Read #96393D

Color information

#96393D (or 0x96393D) is unknown color: approx Well Read. HEX triplet: 96, 39 and 3D. RGB value is (150,57,61). Sum of RGB (Red+Green+Blue) = 150+57+61=268 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.97% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 150 - color contains mainly: red. Hex color #96393D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96393D is #69C6C2. Grayscale: #555555. Windows color (decimal): -6932163 or 4012438. OLE color: 4012438.

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

Color convert

RGB1505761-
CMYK00.620.590.41
HSL357.42º44.93%40.59%-
HSV(B)357.42º62%58.82%-
XYZ14.889.755.51-
YUV85.26114.31174.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.97%
GREEN value IS 57 (22.66% from 255) = 21.27%
BLUE value IS 61 (24.22% from 255) = 22.76%
R=55.97%
G=21.27%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.59
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150576100.620.590.41357.4244.9340.59
Hex96393D03E3B291652d29
Octal226717507673515455551
Binary100101101110011111010111110111011101001101100101101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96393D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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