Html Css Color HEX #8E063C Burgundy

📋 copy color: '#8E063C'

red 142 ◦ green 6 ◦ blue 60

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

Shades of Burgundy #8E063C

Tints of Burgundy #8E063C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.88%

 BLUE value IS 60 (23.83% from 255) = 28.85%

R = 68.27%
G = 2.88%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.44

RGB Variations

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

Color information

#8E063C (or 0x8E063C) is known color: Burgundy. HEX triplet: 8E, 06 and 3C. RGB value is (142,6,60). Sum of RGB (Red+Green+Blue) = 142+6+60=208 (27% of max value = 765). Red value is 142 (55.86% from 255 or 68.27% from 208); Green value is 6 (2.73% from 255 or 2.88% from 208); Blue value is 60 (23.83% from 255 or 28.85% from 208); Max value from RGB is 142 - color contains mainly: red. Hex color #8E063C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E063C is #71F9C3. Grayscale: #343434. Windows color (decimal): -7469508 or 3933838. OLE color: 3933838.

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

Color convert

RGB 142 6 60 -
CMYK 0 0.96 0.58 0.44
HSL 336.18º 0.92% 0.29% -
HSV(B) 336.18º 0.96% 0.56% -
XYZ 12.04 6.21 4.84 -
YUV 52.82 132.06 191.61 -
System Red Green Blue C M Y K H S L
Decimal 142 6 60 0 0.96 0.58 0.44 336.18 0.92 0.29
Hex 8E 6 3C 0 60 3A 2C 150 5C 1D
Octal 216 6 74 0 140 72 54 520 134 35
Binary 10001110 110 111100 0 1100000 111010 101100 101010000 1011100 11101

Color Harmonies of #8E063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E063C

Black with #8E063C

Text Example


Text Example

White with #8E063C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,6,60); }

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

background-color css

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

 a { background-color: rgb(142,6,60); }

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

border-color css

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

 span { border-color: rgb(142,6,60); }

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