#9C393A

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

Shades of Well Read #9C393A

Tints of Well Read #9C393A

Color information

#9C393A (or 0x9C393A) is unknown color: approx Well Read. HEX triplet: 9C, 39 and 3A. RGB value is (156,57,58). Sum of RGB (Red+Green+Blue) = 156+57+58=271 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.56% from 271); Green value is 57 (22.66% from 255 or 21.03% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 156 - color contains mainly: red. Hex color #9C393A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C393A is #63C6C5. Grayscale: #565656. Windows color (decimal): -6538950 or 3815836. OLE color: 3815836.

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

Color convert

RGB1565758-
CMYK00.630.630.39
HSL359.39º46.48%41.76%-
HSV(B)359.39º63.46%61.18%-
XYZ15.9410.35.15-
YUV86.71111.8177.42-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 57.56%
GREEN value IS 57 (22.66% from 255) = 21.03%
BLUE value IS 58 (23.05% from 255) = 21.40%
R=57.56%
G=21.03%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156575800.630.630.39359.3946.4841.76
Hex9C393A03F3F271672e2a
Octal234717207777475475652
Binary100111001110011110100111111111111100111101100111101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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