#9F393B

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

Shades of Well Read #9F393B

Tints of Well Read #9F393B

Color information

#9F393B (or 0x9F393B) is unknown color: approx Well Read. HEX triplet: 9F, 39 and 3B. RGB value is (159,57,59). Sum of RGB (Red+Green+Blue) = 159+57+59=275 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.82% from 275); Green value is 57 (22.66% from 255 or 20.73% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 159 - color contains mainly: red. Hex color #9F393B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F393B is #60C6C4. Grayscale: #575757. Windows color (decimal): -6342341 or 3881375. OLE color: 3881375.

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

Color convert

RGB1595759-
CMYK00.640.630.38
HSL358.82º47.22%42.35%-
HSV(B)358.82º64.15%62.35%-
XYZ16.5510.615.31-
YUV87.73111.79178.84-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 57.82%
GREEN value IS 57 (22.66% from 255) = 20.73%
BLUE value IS 59 (23.44% from 255) = 21.45%
R=57.82%
G=20.73%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.63
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159575900.640.630.38358.8247.2242.35
Hex9F393B0403F261672f2a
Octal2377173010077465475752
Binary1001111111100111101101000000111111100110101100111101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F393B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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