#9C3242

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

Shades of Well Read #9C3242

Tints of Well Read #9C3242

Color information

#9C3242 (or 0x9C3242) is unknown color: approx Well Read. HEX triplet: 9C, 32 and 42. RGB value is (156,50,66). Sum of RGB (Red+Green+Blue) = 156+50+66=272 (36% of max value = 765). Red value is 156 (61.33% from 255 or 57.35% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 66 (26.17% from 255 or 24.26% from 272); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3242 is #63CDBD. Grayscale: #535353. Windows color (decimal): -6540734 or 4338332. OLE color: 4338332.

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

Color convert

RGB1565066-
CMYK00.680.580.39
HSL350.94º51.46%40.39%-
HSV(B)350.94º67.95%61.18%-
XYZ15.839.746.2-
YUV83.52118.12179.7-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 57.35%
GREEN value IS 50 (19.92% from 255) = 18.38%
BLUE value IS 66 (26.17% from 255) = 24.26%
R=57.35%
G=18.38%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156506600.680.580.39350.9451.4640.39
Hex9C32420443A2715f3328
Octal23462102010472475376350
Binary10011100110010100001001000100111010100111101011111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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