#8F313B

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

Shades of Well Read #8F313B

Tints of Well Read #8F313B

Color information

#8F313B (or 0x8F313B) is unknown color: approx Well Read. HEX triplet: 8F, 31 and 3B. RGB value is (143,49,59). Sum of RGB (Red+Green+Blue) = 143+49+59=251 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.97% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 59 (23.44% from 255 or 23.51% from 251); Max value from RGB is 143 - color contains mainly: red. Hex color #8F313B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F313B is #70CEC4. Grayscale: #4E4E4E. Windows color (decimal): -7392965 or 3879311. OLE color: 3879311.

HSL color Cylindrical-coordinate representation of color #8F313B: hue angle of 353.62º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F313B is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.44.

Color convert

RGB1434959-
CMYK00.660.590.44
HSL353.62º48.96%37.65%-
HSV(B)353.62º65.73%56.08%-
XYZ13.228.355.05-
YUV78.25117.14174.19-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 56.97%
GREEN value IS 49 (19.53% from 255) = 19.52%
BLUE value IS 59 (23.44% from 255) = 23.51%
R=56.97%
G=19.52%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.59
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143495900.660.590.44353.6248.9637.65
Hex8F313B0423B2C1623126
Octal2176173010273545426146
Binary1000111111000111101101000010111011101100101100010110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F313B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,49,59); }

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

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

 a { background-color: rgb(143,49,59); }

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

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

 span { border-color: rgb(143,49,59); }

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