#8F2F42

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

Shades of Well Read #8F2F42

Tints of Well Read #8F2F42

Color information

#8F2F42 (or 0x8F2F42) is unknown color: approx Well Read. HEX triplet: 8F, 2F and 42. RGB value is (143,47,66). Sum of RGB (Red+Green+Blue) = 143+47+66=256 (33% of max value = 765). Red value is 143 (56.25% from 255 or 55.86% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 66 (26.17% from 255 or 25.78% from 256); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2F42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2F42 is #70D0BD. Grayscale: #4D4D4D. Windows color (decimal): -7393470 or 4337551. OLE color: 4337551.

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

Color convert

RGB1434766-
CMYK00.670.540.44
HSL348.12º50.53%37.25%-
HSV(B)348.12º67.13%56.08%-
XYZ13.338.276.05-
YUV77.87121.3174.46-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 55.86%
GREEN value IS 47 (18.75% from 255) = 18.36%
BLUE value IS 66 (26.17% from 255) = 25.78%
R=55.86%
G=18.36%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.54
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143476600.670.540.44348.1250.5337.25
Hex8F2F42043362C15c3325
Octal21757102010366545346345
Binary10001111101111100001001000011110110101100101011100110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,47,66); }

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

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

 a { background-color: rgb(143,47,66); }

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

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

 span { border-color: rgb(143,47,66); }

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