#96303F

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

Shades of Well Read #96303F

Tints of Well Read #96303F

Color information

#96303F (or 0x96303F) is unknown color: approx Well Read. HEX triplet: 96, 30 and 3F. RGB value is (150,48,63). Sum of RGB (Red+Green+Blue) = 150+48+63=261 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.47% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 63 (25% from 255 or 24.14% from 261); Max value from RGB is 150 - color contains mainly: red. Hex color #96303F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96303F is #69CFC0. Grayscale: #505050. Windows color (decimal): -6934465 or 4141206. OLE color: 4141206.

HSL color Cylindrical-coordinate representation of color #96303F: hue angle of 351.18º 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 #96303F is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB1504863-
CMYK00.680.580.41
HSL351.18º51.52%38.82%-
HSV(B)351.18º68%58.82%-
XYZ14.538.965.67-
YUV80.21118.29177.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.47%
GREEN value IS 48 (19.14% from 255) = 18.39%
BLUE value IS 63 (25% from 255) = 24.14%
R=57.47%
G=18.39%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150486300.680.580.41351.1851.5238.82
Hex96303F0443A2915f3427
Octal2266077010472515376447
Binary1001011011000011111101000100111010101001101011111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96303F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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