#9C343F

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

Shades of Well Read #9C343F

Tints of Well Read #9C343F

Color information

#9C343F (or 0x9C343F) is unknown color: approx Well Read. HEX triplet: 9C, 34 and 3F. RGB value is (156,52,63). Sum of RGB (Red+Green+Blue) = 156+52+63=271 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.56% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 156 - color contains mainly: red. Hex color #9C343F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C343F is #63CBC0. Grayscale: #545454. Windows color (decimal): -6540225 or 4142236. OLE color: 4142236.

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

Color convert

RGB1565263-
CMYK00.670.600.39
HSL353.65º50%40.78%-
HSV(B)353.65º66.67%61.18%-
XYZ15.849.885.78-
YUV84.35115.96179.11-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 57.56%
GREEN value IS 52 (20.70% from 255) = 19.19%
BLUE value IS 63 (25% from 255) = 23.25%
R=57.56%
G=19.19%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.60
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156526300.670.600.39353.655040.78
Hex9C343F0433C271623229
Octal2346477010374475426251
Binary1001110011010011111101000011111100100111101100010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C343F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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