#8E2F31

Color #8E2F31 Old Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Brick #8E2F31

Tints of Old Brick #8E2F31

Color information

#8E2F31 (or 0x8E2F31) is unknown color: approx Old Brick. HEX triplet: 8E, 2F and 31. RGB value is (142,47,49). Sum of RGB (Red+Green+Blue) = 142+47+49=238 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.66% from 238); Green value is 47 (18.75% from 255 or 19.75% from 238); Blue value is 49 (19.53% from 255 or 20.59% from 238); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2F31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2F31 is #71D0CE. Grayscale: #4B4B4B. Windows color (decimal): -7459023 or 3223438. OLE color: 3223438.

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

Color convert

RGB1424749-
CMYK00.670.650.44
HSL358.74º50.26%37.06%-
HSV(B)358.74º66.9%55.69%-
XYZ12.738.013.78-
YUV75.63112.97175.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 59.66%
GREEN value IS 47 (18.75% from 255) = 19.75%
BLUE value IS 49 (19.53% from 255) = 20.59%
R=59.66%
G=19.75%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142474900.670.650.44358.7450.2637.06
Hex8E2F31043412C1673225
Octal21657610103101545476245
Binary10001110101111110001010000111000001101100101100111110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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