#9F3642

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

Shades of Well Read #9F3642

Tints of Well Read #9F3642

Color information

#9F3642 (or 0x9F3642) is unknown color: approx Well Read. HEX triplet: 9F, 36 and 42. RGB value is (159,54,66). Sum of RGB (Red+Green+Blue) = 159+54+66=279 (36% of max value = 765). Red value is 159 (62.5% from 255 or 56.99% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3642 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3642 is #60C9BD. Grayscale: #565656. Windows color (decimal): -6343102 or 4339359. OLE color: 4339359.

HSL color Cylindrical-coordinate representation of color #9F3642: hue angle of 353.14º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F3642 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB1595466-
CMYK00.660.580.38
HSL353.14º49.3%41.76%-
HSV(B)353.14º66.04%62.35%-
XYZ16.610.46.29-
YUV86.76116.29179.52-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 56.99%
GREEN value IS 54 (21.48% from 255) = 19.35%
BLUE value IS 66 (26.17% from 255) = 23.66%
R=56.99%
G=19.35%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159546600.660.580.38353.1449.341.76
Hex9F36420423A26161312a
Octal23766102010272465416152
Binary10011111110110100001001000010111010100110101100001110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,54,66); }

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

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

 a { background-color: rgb(159,54,66); }

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

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

 span { border-color: rgb(159,54,66); }

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