#993D42

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

Shades of Well Read #993D42

Tints of Well Read #993D42

Color information

#993D42 (or 0x993D42) is unknown color: approx Well Read. HEX triplet: 99, 3D and 42. RGB value is (153,61,66). Sum of RGB (Red+Green+Blue) = 153+61+66=280 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.64% from 280); Green value is 61 (24.22% from 255 or 21.79% from 280); Blue value is 66 (26.17% from 255 or 23.57% from 280); Max value from RGB is 153 - color contains mainly: red. Hex color #993D42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993D42 is #66C2BD. Grayscale: #595959. Windows color (decimal): -6734526 or 4341145. OLE color: 4341145.

HSL color Cylindrical-coordinate representation of color #993D42: hue angle of 356.74º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #993D42 is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.4.

Color convert

RGB1536166-
CMYK00.600.570.4
HSL356.74º42.99%41.96%-
HSV(B)356.74º60.13%60%-
XYZ15.7910.56.35-
YUV89.08114.98173.59-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.64%
GREEN value IS 61 (24.22% from 255) = 21.79%
BLUE value IS 66 (26.17% from 255) = 23.57%
R=54.64%
G=21.79%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.57
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153616600.600.570.4356.7442.9941.96
Hex993D4203C39281652b2a
Octal2317510207471505455352
Binary1001100111110110000100111100111001101000101100101101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993D42; }

 p { color: rgb(153,61,66); }

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

<style>
 a { background-color: #993D42; }

 a { background-color: rgb(153,61,66); }

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

<style>
 span { border-color: #993D42; }

 span { border-color: rgb(153,61,66); }

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