Html Css Color HEX #8E0324 Burgundy

📋 copy color: '#8E0324'

red 142 ◦ green 3 ◦ blue 36

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

Shades of Burgundy #8E0324

Tints of Burgundy #8E0324

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.66%

 BLUE value IS 36 (14.45% from 255) = 19.89%

R = 78.45%
G = 1.66%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.44

RGB Variations

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

Color information

#8E0324 (or 0x8E0324) is known color: Burgundy. HEX triplet: 8E, 03 and 24. RGB value is (142,3,36). Sum of RGB (Red+Green+Blue) = 142+3+36=181 (23% of max value = 765). Red value is 142 (55.86% from 255 or 78.45% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 36 (14.45% from 255 or 19.89% from 181); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0324 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0324 is #71FCDB. Grayscale: #303030. Windows color (decimal): -7470300 or 2360206. OLE color: 2360206.

HSL color Cylindrical-coordinate representation of color #8E0324: hue angle of 345.76º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8E0324 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 3 36 -
CMYK 0 0.98 0.75 0.44
HSL 345.76º 0.96% 0.28% -
HSV(B) 345.76º 0.98% 0.56% -
XYZ 11.51 5.94 2.21 -
YUV 48.32 121.05 194.82 -
System Red Green Blue C M Y K H S L
Decimal 142 3 36 0 0.98 0.75 0.44 345.76 0.96 0.28
Hex 8E 3 24 0 62 4B 2C 15A 60 1C
Octal 216 3 44 0 142 113 54 532 140 34
Binary 10001110 11 100100 0 1100010 1001011 101100 101011010 1100000 11100

Color Harmonies of #8E0324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0324

Black with #8E0324

Text Example


Text Example

White with #8E0324

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,3,36); }

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

background-color css

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

 a { background-color: rgb(142,3,36); }

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

border-color css

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

 span { border-color: rgb(142,3,36); }

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