Html Css Color HEX #8E0128 Burgundy

📋 copy color: '#8E0128'

red 142 ◦ green 1 ◦ blue 40

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

Shades of Burgundy #8E0128

Tints of Burgundy #8E0128

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.55%

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

R = 77.6%
G = 0.55%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.44

RGB Variations

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

Color information

#8E0128 (or 0x8E0128) is known color: Burgundy. HEX triplet: 8E, 01 and 28. RGB value is (142,1,40). Sum of RGB (Red+Green+Blue) = 142+1+40=183 (24% of max value = 765). Red value is 142 (55.86% from 255 or 77.60% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 40 (16.02% from 255 or 21.86% from 183); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0128 is #71FED7. Grayscale: #2F2F2F. Windows color (decimal): -7470808 or 2621838. OLE color: 2621838.

HSL color Cylindrical-coordinate representation of color #8E0128: hue angle of 343.4º degrees, saturation: 0.99, 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 #8E0128 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 1 40 -
CMYK 0 0.99 0.72 0.44
HSL 343.4º 0.99% 0.28% -
HSV(B) 343.4º 0.99% 0.56% -
XYZ 11.55 5.93 2.54 -
YUV 47.61 123.71 195.33 -
System Red Green Blue C M Y K H S L
Decimal 142 1 40 0 0.99 0.72 0.44 343.4 0.99 0.28
Hex 8E 1 28 0 63 48 2C 157 63 1C
Octal 216 1 50 0 143 110 54 527 143 34
Binary 10001110 1 101000 0 1100011 1001000 101100 101010111 1100011 11100

Color Harmonies of #8E0128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0128

Black with #8E0128

Text Example


Text Example

White with #8E0128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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