#9C3942

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

Shades of Well Read #9C3942

Tints of Well Read #9C3942

Color information

#9C3942 (or 0x9C3942) is unknown color: approx Well Read. HEX triplet: 9C, 39 and 42. RGB value is (156,57,66). Sum of RGB (Red+Green+Blue) = 156+57+66=279 (36% of max value = 765). Red value is 156 (61.33% from 255 or 55.91% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3942 is #63C6BD. Grayscale: #575757. Windows color (decimal): -6538942 or 4340124. OLE color: 4340124.

HSL color Cylindrical-coordinate representation of color #9C3942: hue angle of 354.55º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9C3942 is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB1565766-
CMYK00.630.580.39
HSL354.55º46.48%41.76%-
HSV(B)354.55º63.46%61.18%-
XYZ16.1610.396.31-
YUV87.63115.8176.77-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 55.91%
GREEN value IS 57 (22.66% from 255) = 20.43%
BLUE value IS 66 (26.17% from 255) = 23.66%
R=55.91%
G=20.43%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156576600.630.580.39354.5546.4841.76
Hex9C394203F3A271632e2a
Octal2347110207772475435652
Binary1001110011100110000100111111111010100111101100011101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C3942; }

 p { color: rgb(156,57,66); }

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

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

 a { background-color: rgb(156,57,66); }

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

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

 span { border-color: rgb(156,57,66); }

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