#9C393B

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

Shades of Well Read #9C393B

Tints of Well Read #9C393B

Color information

#9C393B (or 0x9C393B) is unknown color: approx Well Read. HEX triplet: 9C, 39 and 3B. RGB value is (156,57,59). Sum of RGB (Red+Green+Blue) = 156+57+59=272 (36% of max value = 765). Red value is 156 (61.33% from 255 or 57.35% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 156 - color contains mainly: red. Hex color #9C393B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C393B is #63C6C4. Grayscale: #565656. Windows color (decimal): -6538949 or 3881372. OLE color: 3881372.

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

Color convert

RGB1565759-
CMYK00.630.620.39
HSL358.79º46.48%41.76%-
HSV(B)358.79º63.46%61.18%-
XYZ15.9610.315.29-
YUV86.83112.3177.34-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 57.35%
GREEN value IS 57 (22.66% from 255) = 20.96%
BLUE value IS 59 (23.44% from 255) = 21.69%
R=57.35%
G=20.96%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156575900.630.620.39358.7946.4841.76
Hex9C393B03F3E271672e2a
Octal234717307776475475652
Binary100111001110011110110111111111110100111101100111101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C393B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,57,59); }

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

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

 a { background-color: rgb(156,57,59); }

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

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

 span { border-color: rgb(156,57,59); }

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