#96303C

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

Shades of Well Read #96303C

Tints of Well Read #96303C

Color information

#96303C (or 0x96303C) is unknown color: approx Well Read. HEX triplet: 96, 30 and 3C. RGB value is (150,48,60). Sum of RGB (Red+Green+Blue) = 150+48+60=258 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.14% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 60 (23.83% from 255 or 23.26% from 258); Max value from RGB is 150 - color contains mainly: red. Hex color #96303C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96303C is #69CFC3. Grayscale: #4F4F4F. Windows color (decimal): -6934468 or 3944598. OLE color: 3944598.

HSL color Cylindrical-coordinate representation of color #96303C: hue angle of 352.94º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #96303C is Cyan = 0, Magento = 0.68, Yellow = 0.6 and Black (K on CMYK) = 0.41.

Color convert

RGB1504860-
CMYK00.680.60.41
HSL352.94º51.52%38.82%-
HSV(B)352.94º68%58.82%-
XYZ14.458.925.24-
YUV79.87116.79178.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.14%
GREEN value IS 48 (19.14% from 255) = 18.60%
BLUE value IS 60 (23.83% from 255) = 23.26%
R=58.14%
G=18.60%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.6
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150486000.680.60.41352.9451.5238.82
Hex96303C0443C291613427
Octal2266074010474515416447
Binary1001011011000011110001000100111100101001101100001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96303C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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