Html Css Color HEX #8E0C35 Burgundy

📋 copy color: '#8E0C35'

red 142 ◦ green 12 ◦ blue 53

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

Shades of Burgundy #8E0C35

Tints of Burgundy #8E0C35

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.8%

 BLUE value IS 53 (21.09% from 255) = 25.6%

R = 68.6%
G = 5.8%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.44

RGB Variations

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

Color information

#8E0C35 (or 0x8E0C35) is known color: Burgundy. HEX triplet: 8E, 0C and 35. RGB value is (142,12,53). Sum of RGB (Red+Green+Blue) = 142+12+53=207 (27% of max value = 765). Red value is 142 (55.86% from 255 or 68.60% from 207); Green value is 12 (5.08% from 255 or 5.80% from 207); Blue value is 53 (21.09% from 255 or 25.60% from 207); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0C35 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0C35 is #71F3CA. Grayscale: #373737. Windows color (decimal): -7467979 or 3476622. OLE color: 3476622.

HSL color Cylindrical-coordinate representation of color #8E0C35: hue angle of 341.08º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E0C35 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 12 53 -
CMYK 0 0.92 0.63 0.44
HSL 341.08º 0.84% 0.3% -
HSV(B) 341.08º 0.92% 0.56% -
XYZ 11.93 6.27 3.95 -
YUV 55.54 126.57 189.67 -
System Red Green Blue C M Y K H S L
Decimal 142 12 53 0 0.92 0.63 0.44 341.08 0.84 0.3
Hex 8E C 35 0 5C 3F 2C 155 54 1E
Octal 216 14 65 0 134 77 54 525 124 36
Binary 10001110 1100 110101 0 1011100 111111 101100 101010101 1010100 11110

Color Harmonies of #8E0C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0C35

Black with #8E0C35

Text Example


Text Example

White with #8E0C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,12,53); }

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

background-color css

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

 a { background-color: rgb(142,12,53); }

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

border-color css

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

 span { border-color: rgb(142,12,53); }

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