#9C3A40

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

Shades of Well Read #9C3A40

Tints of Well Read #9C3A40

Color information

#9C3A40 (or 0x9C3A40) is unknown color: approx Well Read. HEX triplet: 9C, 3A and 40. RGB value is (156,58,64). Sum of RGB (Red+Green+Blue) = 156+58+64=278 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.12% from 278); Green value is 58 (23.05% from 255 or 20.86% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3A40 is #63C5BF. Grayscale: #585858. Windows color (decimal): -6538688 or 4209308. OLE color: 4209308.

HSL color Cylindrical-coordinate representation of color #9C3A40: hue angle of 356.33º 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 #9C3A40 is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB1565864-
CMYK00.630.590.39
HSL356.33º45.79%41.96%-
HSV(B)356.33º62.82%61.18%-
XYZ16.1510.466.02-
YUV87.99114.47176.51-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 56.12%
GREEN value IS 58 (23.05% from 255) = 20.86%
BLUE value IS 64 (25.39% from 255) = 23.02%
R=56.12%
G=20.86%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156586400.630.590.39356.3345.7941.96
Hex9C3A4003F3B271642e2a
Octal2347210007773475445652
Binary1001110011101010000000111111111011100111101100100101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,58,64); }

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

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

 a { background-color: rgb(156,58,64); }

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

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

 span { border-color: rgb(156,58,64); }

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