#9F3641

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

Shades of Well Read #9F3641

Tints of Well Read #9F3641

Color information

#9F3641 (or 0x9F3641) is unknown color: approx Well Read. HEX triplet: 9F, 36 and 41. RGB value is (159,54,65). Sum of RGB (Red+Green+Blue) = 159+54+65=278 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.19% from 278); Green value is 54 (21.48% from 255 or 19.42% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3641 is #60C9BE. Grayscale: #565656. Windows color (decimal): -6343103 or 4273823. OLE color: 4273823.

HSL color Cylindrical-coordinate representation of color #9F3641: hue angle of 353.71º 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 #9F3641 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB1595465-
CMYK00.660.590.38
HSL353.71º49.3%41.76%-
HSV(B)353.71º66.04%62.35%-
XYZ16.5710.396.13-
YUV86.65115.79179.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 57.19%
GREEN value IS 54 (21.48% from 255) = 19.42%
BLUE value IS 65 (25.78% from 255) = 23.38%
R=57.19%
G=19.42%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159546500.660.590.38353.7149.341.76
Hex9F36410423B26162312a
Octal23766101010273465426152
Binary10011111110110100000101000010111011100110101100010110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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