Html Css Color HEX #8E022D Burgundy

📋 copy color: '#8E022D'

red 142 ◦ green 2 ◦ blue 45

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

Shades of Burgundy #8E022D

Tints of Burgundy #8E022D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.06%

 BLUE value IS 45 (17.97% from 255) = 23.81%

R = 75.13%
G = 1.06%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.44

RGB Variations

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

Color information

#8E022D (or 0x8E022D) is known color: Burgundy. HEX triplet: 8E, 02 and 2D. RGB value is (142,2,45). Sum of RGB (Red+Green+Blue) = 142+2+45=189 (25% of max value = 765). Red value is 142 (55.86% from 255 or 75.13% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 142 - color contains mainly: red. Hex color #8E022D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E022D is #71FDD2. Grayscale: #303030. Windows color (decimal): -7470547 or 2949774. OLE color: 2949774.

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

Color convert

RGB 142 2 45 -
CMYK 0 0.99 0.68 0.44
HSL 341.57º 0.97% 0.28% -
HSV(B) 341.57º 0.99% 0.56% -
XYZ 11.65 5.98 3.02 -
YUV 48.76 125.88 194.5 -
System Red Green Blue C M Y K H S L
Decimal 142 2 45 0 0.99 0.68 0.44 341.57 0.97 0.28
Hex 8E 2 2D 0 63 44 2C 156 61 1C
Octal 216 2 55 0 143 104 54 526 141 34
Binary 10001110 10 101101 0 1100011 1000100 101100 101010110 1100001 11100

Color Harmonies of #8E022D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E022D

Black with #8E022D

Text Example


Text Example

White with #8E022D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,2,45); }

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

background-color css

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

 a { background-color: rgb(142,2,45); }

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

border-color css

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

 span { border-color: rgb(142,2,45); }

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