#9C3F41

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

Shades of Well Read #9C3F41

Tints of Well Read #9C3F41

Color information

#9C3F41 (or 0x9C3F41) is unknown color: approx Well Read. HEX triplet: 9C, 3F and 41. RGB value is (156,63,65). Sum of RGB (Red+Green+Blue) = 156+63+65=284 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.93% from 284); Green value is 63 (25% from 255 or 22.18% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3F41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3F41 is #63C0BE. Grayscale: #5B5B5B. Windows color (decimal): -6537407 or 4276124. OLE color: 4276124.

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

Color convert

RGB1566365-
CMYK00.600.580.39
HSL358.71º42.47%42.94%-
HSV(B)358.71º59.62%61.18%-
XYZ16.44116.26-
YUV91.04113.31174.34-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 54.93%
GREEN value IS 63 (25% from 255) = 22.18%
BLUE value IS 65 (25.78% from 255) = 22.89%
R=54.93%
G=22.18%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156636500.600.580.39358.7142.4742.94
Hex9C3F4103C3A271672a2b
Octal2347710107472475475253
Binary1001110011111110000010111100111010100111101100111101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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