#8E2F3F

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

Shades of Well Read #8E2F3F

Tints of Well Read #8E2F3F

Color information

#8E2F3F (or 0x8E2F3F) is unknown color: approx Well Read. HEX triplet: 8E, 2F and 3F. RGB value is (142,47,63). Sum of RGB (Red+Green+Blue) = 142+47+63=252 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.35% from 252); Green value is 47 (18.75% from 255 or 18.65% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2F3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2F3F is #71D0C0. Grayscale: #4D4D4D. Windows color (decimal): -7459009 or 4140942. OLE color: 4140942.

HSL color Cylindrical-coordinate representation of color #8E2F3F: hue angle of 349.89º degrees, saturation: 0.5, 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 #8E2F3F is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB1424763-
CMYK00.670.560.44
HSL349.89º50.26%37.06%-
HSV(B)349.89º66.9%55.69%-
XYZ13.078.145.59-
YUV77.23119.97174.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 56.35%
GREEN value IS 47 (18.75% from 255) = 18.65%
BLUE value IS 63 (25% from 255) = 25%
R=56.35%
G=18.65%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142476300.670.560.44349.8950.2637.06
Hex8E2F3F043382C15e3225
Octal2165777010370545366245
Binary1000111010111111111101000011111000101100101011110110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,47,63); }

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

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

 a { background-color: rgb(142,47,63); }

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

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

 span { border-color: rgb(142,47,63); }

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