#8F393C

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

Shades of Well Read #8F393C

Tints of Well Read #8F393C

Color information

#8F393C (or 0x8F393C) is unknown color: approx Well Read. HEX triplet: 8F, 39 and 3C. RGB value is (143,57,60). Sum of RGB (Red+Green+Blue) = 143+57+60=260 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 143 - color contains mainly: red. Hex color #8F393C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F393C is #70C6C3. Grayscale: #535353. Windows color (decimal): -7390916 or 3946895. OLE color: 3946895.

HSL color Cylindrical-coordinate representation of color #8F393C: hue angle of 357.91º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8F393C is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB1435760-
CMYK00.600.580.44
HSL357.91º43%39.22%-
HSV(B)357.91º60.14%56.08%-
XYZ13.619.095.31-
YUV83.06114.99170.76-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 55%
GREEN value IS 57 (22.66% from 255) = 21.92%
BLUE value IS 60 (23.83% from 255) = 23.08%
R=55%
G=21.92%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143576000.600.580.44357.914339.22
Hex8F393C03C3A2C1662b27
Octal217717407472545465347
Binary100011111110011111000111100111010101100101100110101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F393C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F393C; }

 p { color: rgb(143,57,60); }

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

<style>
 a { background-color: #8F393C; }

 a { background-color: rgb(143,57,60); }

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

<style>
 span { border-color: #8F393C; }

 span { border-color: rgb(143,57,60); }

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