#9F3942

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

Shades of Well Read #9F3942

Tints of Well Read #9F3942

Color information

#9F3942 (or 0x9F3942) is unknown color: approx Well Read. HEX triplet: 9F, 39 and 42. RGB value is (159,57,66). Sum of RGB (Red+Green+Blue) = 159+57+66=282 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.38% from 282); Green value is 57 (22.66% from 255 or 20.21% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3942 is #60C6BD. Grayscale: #585858. Windows color (decimal): -6342334 or 4340127. OLE color: 4340127.

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

Color convert

RGB1595766-
CMYK00.640.580.38
HSL354.71º47.22%42.35%-
HSV(B)354.71º64.15%62.35%-
XYZ16.7410.696.34-
YUV88.52115.29178.27-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 56.38%
GREEN value IS 57 (22.66% from 255) = 20.21%
BLUE value IS 66 (26.17% from 255) = 23.40%
R=56.38%
G=20.21%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159576600.640.580.38354.7147.2242.35
Hex9F39420403A261632f2a
Octal23771102010072465435752
Binary10011111111001100001001000000111010100110101100011101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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