Html Css Color HEX #8E0028 Burgundy

📋 copy color: '#8E0028'

red 142 ◦ green 0 ◦ blue 40

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

Shades of Burgundy #8E0028

Tints of Burgundy #8E0028

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 40 (16.02% from 255) = 21.98%

R = 78.02%
G = 0%
B = 21.98%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.44

RGB Variations

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

Color information

#8E0028 (or 0x8E0028) is known color: Burgundy. HEX triplet: 8E, 00 and 28. RGB value is (142,0,40). Sum of RGB (Red+Green+Blue) = 142+0+40=182 (24% of max value = 765). Red value is 142 (55.86% from 255 or 78.02% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0028 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0028 is #71FFD7. Grayscale: #2F2F2F. Windows color (decimal): -7471064 or 2621582. OLE color: 2621582.

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

Color convert

RGB 142 0 40 -
CMYK 0 1 0.72 0.44
HSL 343.1º 1% 0.28% -
HSV(B) 343.1º 1% 0.56% -
XYZ 11.54 5.9 2.54 -
YUV 47.02 124.04 195.75 -
System Red Green Blue C M Y K H S L
Decimal 142 0 40 0 1 0.72 0.44 343.1 1 0.28
Hex 8E 0 28 0 64 48 2C 157 64 1C
Octal 216 0 50 0 144 110 54 527 144 34
Binary 10001110 0 101000 0 1100100 1001000 101100 101010111 1100100 11100

Color Harmonies of #8E0028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0028

Black with #8E0028

Text Example


Text Example

White with #8E0028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,0,40); }

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

background-color css

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

 a { background-color: rgb(142,0,40); }

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

border-color css

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

 span { border-color: rgb(142,0,40); }

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