Html Css Color HEX #8E0F37 Burgundy

📋 copy color: '#8E0F37'

red 142 ◦ green 15 ◦ blue 55

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

Shades of Burgundy #8E0F37

Tints of Burgundy #8E0F37

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.08%

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

R = 66.98%
G = 7.08%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.44

RGB Variations

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

Color information

#8E0F37 (or 0x8E0F37) is known color: Burgundy. HEX triplet: 8E, 0F and 37. RGB value is (142,15,55). Sum of RGB (Red+Green+Blue) = 142+15+55=212 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.98% from 212); Green value is 15 (6.25% from 255 or 7.08% from 212); Blue value is 55 (21.88% from 255 or 25.94% from 212); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0F37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0F37 is #71F0C8. Grayscale: #393939. Windows color (decimal): -7467209 or 3608462. OLE color: 3608462.

HSL color Cylindrical-coordinate representation of color #8E0F37: hue angle of 341.1º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8E0F37 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 15 55 -
CMYK 0 0.89 0.61 0.44
HSL 341.1º 0.81% 0.31% -
HSV(B) 341.1º 0.89% 0.56% -
XYZ 12.02 6.37 4.21 -
YUV 57.53 126.58 188.25 -
System Red Green Blue C M Y K H S L
Decimal 142 15 55 0 0.89 0.61 0.44 341.1 0.81 0.31
Hex 8E F 37 0 59 3D 2C 155 51 1F
Octal 216 17 67 0 131 75 54 525 121 37
Binary 10001110 1111 110111 0 1011001 111101 101100 101010101 1010001 11111

Color Harmonies of #8E0F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0F37

Black with #8E0F37

Text Example


Text Example

White with #8E0F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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