#8F303E

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

Shades of Well Read #8F303E

Tints of Well Read #8F303E

Color information

#8F303E (or 0x8F303E) is unknown color: approx Well Read. HEX triplet: 8F, 30 and 3E. RGB value is (143,48,62). Sum of RGB (Red+Green+Blue) = 143+48+62=253 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.52% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 62 (24.61% from 255 or 24.51% from 253); Max value from RGB is 143 - color contains mainly: red. Hex color #8F303E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F303E is #70CFC1. Grayscale: #4E4E4E. Windows color (decimal): -7393218 or 4075663. OLE color: 4075663.

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

Color convert

RGB1434862-
CMYK00.660.570.44
HSL351.16º49.74%37.45%-
HSV(B)351.16º66.43%56.08%-
XYZ13.258.35.46-
YUV78118.97174.36-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 56.52%
GREEN value IS 48 (19.14% from 255) = 18.97%
BLUE value IS 62 (24.61% from 255) = 24.51%
R=56.52%
G=18.97%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.57
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143486200.660.570.44351.1649.7437.45
Hex8F303E042392C15f3225
Octal2176076010271545376245
Binary1000111111000011111001000010111001101100101011111110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F303E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,48,62); }

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

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

 a { background-color: rgb(143,48,62); }

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

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

 span { border-color: rgb(143,48,62); }

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