#8F393A

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

Shades of Well Read #8F393A

Tints of Well Read #8F393A

Color information

#8F393A (or 0x8F393A) is unknown color: approx Well Read. HEX triplet: 8F, 39 and 3A. RGB value is (143,57,58). Sum of RGB (Red+Green+Blue) = 143+57+58=258 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55.43% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 58 (23.05% from 255 or 22.48% from 258); Max value from RGB is 143 - color contains mainly: red. Hex color #8F393A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F393A is #70C6C5. Grayscale: #525252. Windows color (decimal): -7390918 or 3815823. OLE color: 3815823.

HSL color Cylindrical-coordinate representation of color #8F393A: hue angle of 359.3º 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 #8F393A is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.44.

Color convert

RGB1435758-
CMYK00.600.590.44
HSL359.3º43%39.22%-
HSV(B)359.3º60.14%56.08%-
XYZ13.559.075.04-
YUV82.83113.99170.92-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 55.43%
GREEN value IS 57 (22.66% from 255) = 22.09%
BLUE value IS 58 (23.05% from 255) = 22.48%
R=55.43%
G=22.09%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.59
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143575800.600.590.44359.34339.22
Hex8F393A03C3B2C1672b27
Octal217717207473545475347
Binary100011111110011110100111100111011101100101100111101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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