Html Css Color HEX #8E0431 Burgundy

📋 copy color: '#8E0431'

red 142 ◦ green 4 ◦ blue 49

#8E0431
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burgundy #8E0431

Tints of Burgundy #8E0431

RGB

 RED value IS 142 (55.86% from 255) = 72.82%

 GREEN value IS 4 (1.95% from 255) = 2.05%

 BLUE value IS 49 (19.53% from 255) = 25.13%

R = 72.82%
G = 2.05%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.44

RGB Variations

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

Color information

#8E0431 (or 0x8E0431) is known color: Burgundy. HEX triplet: 8E, 04 and 31. RGB value is (142,4,49). Sum of RGB (Red+Green+Blue) = 142+4+49=195 (25% of max value = 765). Red value is 142 (55.86% from 255 or 72.82% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0431 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0431 is #71FBCE. Grayscale: #323232. Windows color (decimal): -7470031 or 3212430. OLE color: 3212430.

HSL color Cylindrical-coordinate representation of color #8E0431: hue angle of 340.43º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8E0431 is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 4 49 -
CMYK 0 0.97 0.65 0.44
HSL 340.43º 0.95% 0.29% -
HSV(B) 340.43º 0.97% 0.56% -
XYZ 11.75 6.06 3.46 -
YUV 50.39 127.22 193.34 -
System Red Green Blue C M Y K H S L
Decimal 142 4 49 0 0.97 0.65 0.44 340.43 0.95 0.29
Hex 8E 4 31 0 61 41 2C 154 5F 1D
Octal 216 4 61 0 141 101 54 524 137 35
Binary 10001110 100 110001 0 1100001 1000001 101100 101010100 1011111 11101

Color Harmonies of #8E0431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0431

Black with #8E0431

Text Example


Text Example

White with #8E0431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E0431;
 }
 .AnyTagClassName
 {
   color: #8E0431;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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