Html Css Color HEX #8E0838 Burgundy

📋 copy color: '#8E0838'

red 142 ◦ green 8 ◦ blue 56

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

Shades of Burgundy #8E0838

Tints of Burgundy #8E0838

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.88%

 BLUE value IS 56 (22.27% from 255) = 27.18%

R = 68.93%
G = 3.88%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.44

RGB Variations

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

Color information

#8E0838 (or 0x8E0838) is known color: Burgundy. HEX triplet: 8E, 08 and 38. RGB value is (142,8,56). Sum of RGB (Red+Green+Blue) = 142+8+56=206 (27% of max value = 765). Red value is 142 (55.86% from 255 or 68.93% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 56 (22.27% from 255 or 27.18% from 206); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0838 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0838 is #71F7C7. Grayscale: #353535. Windows color (decimal): -7469000 or 3672206. OLE color: 3672206.

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

Color convert

RGB 142 8 56 -
CMYK 0 0.94 0.61 0.44
HSL 338.51º 0.89% 0.29% -
HSV(B) 338.51º 0.94% 0.56% -
XYZ 11.96 6.21 4.31 -
YUV 53.54 129.39 191.1 -
System Red Green Blue C M Y K H S L
Decimal 142 8 56 0 0.94 0.61 0.44 338.51 0.89 0.29
Hex 8E 8 38 0 5E 3D 2C 153 59 1D
Octal 216 10 70 0 136 75 54 523 131 35
Binary 10001110 1000 111000 0 1011110 111101 101100 101010011 1011001 11101

Color Harmonies of #8E0838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0838

Black with #8E0838

Text Example


Text Example

White with #8E0838

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,8,56); }

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

background-color css

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

 a { background-color: rgb(142,8,56); }

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

border-color css

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

 span { border-color: rgb(142,8,56); }

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