Html Css Color HEX #8E042F Burgundy

📋 copy color: '#8E042F'

red 142 ◦ green 4 ◦ blue 47

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

Shades of Burgundy #8E042F

Tints of Burgundy #8E042F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.07%

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

R = 73.58%
G = 2.07%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#8E042F (or 0x8E042F) is known color: Burgundy. HEX triplet: 8E, 04 and 2F. RGB value is (142,4,47). Sum of RGB (Red+Green+Blue) = 142+4+47=193 (25% of max value = 765). Red value is 142 (55.86% from 255 or 73.58% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 142 - color contains mainly: red. Hex color #8E042F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E042F is #71FBD0. Grayscale: #323232. Windows color (decimal): -7470033 or 3081358. OLE color: 3081358.

HSL color Cylindrical-coordinate representation of color #8E042F: hue angle of 341.3º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8E042F is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 4 47 -
CMYK 0 0.97 0.67 0.44
HSL 341.3º 0.95% 0.29% -
HSV(B) 341.3º 0.97% 0.56% -
XYZ 11.71 6.04 3.24 -
YUV 50.16 126.22 193.5 -
System Red Green Blue C M Y K H S L
Decimal 142 4 47 0 0.97 0.67 0.44 341.3 0.95 0.29
Hex 8E 4 2F 0 61 43 2C 155 5F 1D
Octal 216 4 57 0 141 103 54 525 137 35
Binary 10001110 100 101111 0 1100001 1000011 101100 101010101 1011111 11101

Color Harmonies of #8E042F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E042F

Black with #8E042F

Text Example


Text Example

White with #8E042F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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