#9c3a41

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

Shades of Well Read #9C3A41

Tints of Well Read #9C3A41

Color information

#9C3A41 (or 0x9C3A41) is unknown color: approx Well Read. HEX triplet: 9C, 3A and 41. RGB value is (156,58,65). Sum of RGB (Red+Green+Blue) = 156+58+65=279 (36% of max value = 765). Red value is 156 (61.33% from 255 or 55.91% from 279); Green value is 58 (23.05% from 255 or 20.79% from 279); Blue value is 65 (25.78% from 255 or 23.30% from 279); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3A41 is #63C5BE. Grayscale: #585858. Windows color (decimal): -6538687 or 4274844. OLE color: 4274844.

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

Color convert

RGB1565865-
CMYK00.630.580.39
HSL355.71º45.79%41.96%-
HSV(B)355.71º62.82%61.18%-
XYZ16.1810.486.17-
YUV88.1114.97176.43-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 55.91%
GREEN value IS 58 (23.05% from 255) = 20.79%
BLUE value IS 65 (25.78% from 255) = 23.30%
R=55.91%
G=20.79%
B=23.30%

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
Decimal156586500.630.580.39355.7145.7941.96
Hex9C3A4103F3A271642e2a
Octal2347210107772475445652
Binary1001110011101010000010111111111010100111101100100101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c3a41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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