Html Css Color HEX #8E102F Burgundy

📋 copy color: '#8E102F'

red 142 ◦ green 16 ◦ blue 47

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

Shades of Burgundy #8E102F

Tints of Burgundy #8E102F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.8%

 BLUE value IS 47 (18.75% from 255) = 22.93%

R = 69.27%
G = 7.8%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#8E102F (or 0x8E102F) is known color: Burgundy. HEX triplet: 8E, 10 and 2F. RGB value is (142,16,47). Sum of RGB (Red+Green+Blue) = 142+16+47=205 (27% of max value = 765). Red value is 142 (55.86% from 255 or 69.27% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 142 - color contains mainly: red. Hex color #8E102F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E102F is #71EFD0. Grayscale: #393939. Windows color (decimal): -7466961 or 3084430. OLE color: 3084430.

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

Color convert

RGB 142 16 47 -
CMYK 0 0.89 0.67 0.44
HSL 345.24º 0.8% 0.31% -
HSV(B) 345.24º 0.89% 0.56% -
XYZ 11.85 6.33 3.29 -
YUV 57.21 122.24 188.48 -
System Red Green Blue C M Y K H S L
Decimal 142 16 47 0 0.89 0.67 0.44 345.24 0.8 0.31
Hex 8E 10 2F 0 59 43 2C 159 50 1F
Octal 216 20 57 0 131 103 54 531 120 37
Binary 10001110 10000 101111 0 1011001 1000011 101100 101011001 1010000 11111

Color Harmonies of #8E102F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E102F

Black with #8E102F

Text Example


Text Example

White with #8E102F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,16,47); }

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

background-color css

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

 a { background-color: rgb(142,16,47); }

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

border-color css

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

 span { border-color: rgb(142,16,47); }

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