#9C3C41

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

Shades of Well Read #9C3C41

Tints of Well Read #9C3C41

Color information

#9C3C41 (or 0x9C3C41) is unknown color: approx Well Read. HEX triplet: 9C, 3C and 41. RGB value is (156,60,65). Sum of RGB (Red+Green+Blue) = 156+60+65=281 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.52% from 281); Green value is 60 (23.83% from 255 or 21.35% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3C41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3C41 is #63C3BE. Grayscale: #595959. Windows color (decimal): -6538175 or 4275356. OLE color: 4275356.

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

Color convert

RGB1566065-
CMYK00.620.580.39
HSL356.88º44.44%42.35%-
HSV(B)356.88º61.54%61.18%-
XYZ16.2810.686.2-
YUV89.27114.3175.59-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 55.52%
GREEN value IS 60 (23.83% from 255) = 21.35%
BLUE value IS 65 (25.78% from 255) = 23.13%
R=55.52%
G=21.35%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156606500.620.580.39356.8844.4442.35
Hex9C3C4103E3A271652c2a
Octal2347410107672475455452
Binary1001110011110010000010111110111010100111101100101101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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