#994244

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

Shades of Well Read #994244

Tints of Well Read #994244

Color information

#994244 (or 0x994244) is unknown color: approx Well Read. HEX triplet: 99, 42 and 44. RGB value is (153,66,68). Sum of RGB (Red+Green+Blue) = 153+66+68=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 68 (26.95% from 255 or 23.69% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #994244 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994244 is #66BDBB. Grayscale: #5C5C5C. Windows color (decimal): -6733244 or 4473497. OLE color: 4473497.

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

Color convert

RGB1536668-
CMYK00.570.560.4
HSL358.62º39.73%42.94%-
HSV(B)358.62º56.86%60%-
XYZ16.1311.096.76-
YUV92.24114.32171.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.31%
GREEN value IS 66 (26.17% from 255) = 23.00%
BLUE value IS 68 (26.95% from 255) = 23.69%
R=53.31%
G=23.00%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153666800.570.560.4358.6239.7342.94
Hex9942440393828167282b
Octal23110210407170505475053
Binary10011001100001010001000111001111000101000101100111101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994244; }

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

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

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

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

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

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

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

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