Html Css Color HEX #8E0825 Burgundy

📋 copy color: '#8E0825'

red 142 ◦ green 8 ◦ blue 37

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

Shades of Burgundy #8E0825

Tints of Burgundy #8E0825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 19.79%

R = 75.94%
G = 4.28%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.44

RGB Variations

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

Color information

#8E0825 (or 0x8E0825) is known color: Burgundy. HEX triplet: 8E, 08 and 25. RGB value is (142,8,37). Sum of RGB (Red+Green+Blue) = 142+8+37=187 (24% of max value = 765). Red value is 142 (55.86% from 255 or 75.94% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 37 (14.84% from 255 or 19.79% from 187); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0825 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0825 is #71F7DA. Grayscale: #333333. Windows color (decimal): -7469019 or 2427022. OLE color: 2427022.

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

Color convert

RGB 142 8 37 -
CMYK 0 0.94 0.74 0.44
HSL 347.01º 0.89% 0.29% -
HSV(B) 347.01º 0.94% 0.56% -
XYZ 11.58 6.06 2.31 -
YUV 51.37 119.89 192.64 -
System Red Green Blue C M Y K H S L
Decimal 142 8 37 0 0.94 0.74 0.44 347.01 0.89 0.29
Hex 8E 8 25 0 5E 4A 2C 15B 59 1D
Octal 216 10 45 0 136 112 54 533 131 35
Binary 10001110 1000 100101 0 1011110 1001010 101100 101011011 1011001 11101

Color Harmonies of #8E0825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0825

Black with #8E0825

Text Example


Text Example

White with #8E0825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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