#9C3440

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

Shades of Well Read #9C3440

Tints of Well Read #9C3440

Color information

#9C3440 (or 0x9C3440) is unknown color: approx Well Read. HEX triplet: 9C, 34 and 40. RGB value is (156,52,64). Sum of RGB (Red+Green+Blue) = 156+52+64=272 (36% of max value = 765). Red value is 156 (61.33% from 255 or 57.35% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3440 is #63CBBF. Grayscale: #545454. Windows color (decimal): -6540224 or 4207772. OLE color: 4207772.

HSL color Cylindrical-coordinate representation of color #9C3440: hue angle of 353.08º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C3440 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB1565264-
CMYK00.670.590.39
HSL353.08º50%40.78%-
HSV(B)353.08º66.67%61.18%-
XYZ15.869.895.92-
YUV84.46116.46179.02-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 57.35%
GREEN value IS 52 (20.70% from 255) = 19.12%
BLUE value IS 64 (25.39% from 255) = 23.53%
R=57.35%
G=19.12%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156526400.670.590.39353.085040.78
Hex9C34400433B271613229
Octal23464100010373475416251
Binary10011100110100100000001000011111011100111101100001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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