#993142

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

Shades of Well Read #993142

Tints of Well Read #993142

Color information

#993142 (or 0x993142) is unknown color: approx Well Read. HEX triplet: 99, 31 and 42. RGB value is (153,49,66). Sum of RGB (Red+Green+Blue) = 153+49+66=268 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.09% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 66 (26.17% from 255 or 24.63% from 268); Max value from RGB is 153 - color contains mainly: red. Hex color #993142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993142 is #66CEBD. Grayscale: #525252. Windows color (decimal): -6737598 or 4338073. OLE color: 4338073.

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

Color convert

RGB1534966-
CMYK00.680.570.4
HSL350.19º51.49%39.61%-
HSV(B)350.19º67.97%60%-
XYZ15.229.366.16-
YUV82.03118.96178.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.09%
GREEN value IS 49 (19.53% from 255) = 18.28%
BLUE value IS 66 (26.17% from 255) = 24.63%
R=57.09%
G=18.28%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.57
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153496600.680.570.4350.1951.4939.61
Hex993142044392815e3328
Octal23161102010471505366350
Binary10011001110001100001001000100111001101000101011110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993142; }

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

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

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

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

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

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

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

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