Html Css Color HEX #8E0137 Burgundy

📋 copy color: '#8E0137'

red 142 ◦ green 1 ◦ blue 55

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

Shades of Burgundy #8E0137

Tints of Burgundy #8E0137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 27.78%

R = 71.72%
G = 0.51%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.44

RGB Variations

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

Color information

#8E0137 (or 0x8E0137) is known color: Burgundy. HEX triplet: 8E, 01 and 37. RGB value is (142,1,55). Sum of RGB (Red+Green+Blue) = 142+1+55=198 (26% of max value = 765). Red value is 142 (55.86% from 255 or 71.72% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 55 (21.88% from 255 or 27.78% from 198); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0137 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0137 is #71FEC8. Grayscale: #313131. Windows color (decimal): -7470793 or 3604878. OLE color: 3604878.

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

Color convert

RGB 142 1 55 -
CMYK 0 0.99 0.61 0.44
HSL 337.02º 0.99% 0.28% -
HSV(B) 337.02º 0.99% 0.56% -
XYZ 11.86 6.05 4.16 -
YUV 49.32 131.21 194.11 -
System Red Green Blue C M Y K H S L
Decimal 142 1 55 0 0.99 0.61 0.44 337.02 0.99 0.28
Hex 8E 1 37 0 63 3D 2C 151 63 1C
Octal 216 1 67 0 143 75 54 521 143 34
Binary 10001110 1 110111 0 1100011 111101 101100 101010001 1100011 11100

Color Harmonies of #8E0137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0137

Black with #8E0137

Text Example


Text Example

White with #8E0137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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