#8E2F3E

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

Shades of Well Read #8E2F3E

Tints of Well Read #8E2F3E

Color information

#8E2F3E (or 0x8E2F3E) is unknown color: approx Well Read. HEX triplet: 8E, 2F and 3E. RGB value is (142,47,62). Sum of RGB (Red+Green+Blue) = 142+47+62=251 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.57% from 251); Green value is 47 (18.75% from 255 or 18.73% from 251); Blue value is 62 (24.61% from 255 or 24.70% from 251); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2F3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2F3E is #71D0C1. Grayscale: #4D4D4D. Windows color (decimal): -7459010 or 4075406. OLE color: 4075406.

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

Color convert

RGB1424762-
CMYK00.670.560.44
HSL350.53º50.26%37.06%-
HSV(B)350.53º66.9%55.69%-
XYZ13.048.135.44-
YUV77.11119.47174.28-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 56.57%
GREEN value IS 47 (18.75% from 255) = 18.73%
BLUE value IS 62 (24.61% from 255) = 24.70%
R=56.57%
G=18.73%
B=24.70%

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
Decimal142476200.670.560.44350.5350.2637.06
Hex8E2F3E043382C15f3225
Octal2165776010370545376245
Binary1000111010111111111001000011111000101100101011111110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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