#99333C

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

Shades of Well Read #99333C

Tints of Well Read #99333C

Color information

#99333C (or 0x99333C) is unknown color: approx Well Read. HEX triplet: 99, 33 and 3C. RGB value is (153,51,60). Sum of RGB (Red+Green+Blue) = 153+51+60=264 (34% of max value = 765). Red value is 153 (60.16% from 255 or 57.95% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 153 - color contains mainly: red. Hex color #99333C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99333C is #66CCC3. Grayscale: #525252. Windows color (decimal): -6737092 or 3945369. OLE color: 3945369.

HSL color Cylindrical-coordinate representation of color #99333C: hue angle of 354.71º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #99333C is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB1535160-
CMYK00.670.610.4
HSL354.71º50%40%-
HSV(B)354.71º66.67%60%-
XYZ15.149.475.3-
YUV82.52115.29178.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.95%
GREEN value IS 51 (20.31% from 255) = 19.32%
BLUE value IS 60 (23.83% from 255) = 22.73%
R=57.95%
G=19.32%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153516000.670.610.4354.715040
Hex99333C0433D281633228
Octal2316374010375505436250
Binary1001100111001111110001000011111101101000101100011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99333C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,51,60); }

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

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

 a { background-color: rgb(153,51,60); }

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

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

 span { border-color: rgb(153,51,60); }

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