Html Css Color HEX #8E063E Burgundy

📋 copy color: '#8E063E'

red 142 ◦ green 6 ◦ blue 62

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

Shades of Burgundy #8E063E

Tints of Burgundy #8E063E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 29.52%

R = 67.62%
G = 2.86%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#8E063E (or 0x8E063E) is known color: Burgundy. HEX triplet: 8E, 06 and 3E. RGB value is (142,6,62). Sum of RGB (Red+Green+Blue) = 142+6+62=210 (27% of max value = 765). Red value is 142 (55.86% from 255 or 67.62% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 62 (24.61% from 255 or 29.52% from 210); Max value from RGB is 142 - color contains mainly: red. Hex color #8E063E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E063E is #71F9C1. Grayscale: #343434. Windows color (decimal): -7469506 or 4064910. OLE color: 4064910.

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

Color convert

RGB 142 6 62 -
CMYK 0 0.96 0.56 0.44
HSL 335.29º 0.92% 0.29% -
HSV(B) 335.29º 0.96% 0.56% -
XYZ 12.09 6.23 5.12 -
YUV 53.05 133.06 191.45 -
System Red Green Blue C M Y K H S L
Decimal 142 6 62 0 0.96 0.56 0.44 335.29 0.92 0.29
Hex 8E 6 3E 0 60 38 2C 14F 5C 1D
Octal 216 6 76 0 140 70 54 517 134 35
Binary 10001110 110 111110 0 1100000 111000 101100 101001111 1011100 11101

Color Harmonies of #8E063E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E063E

Black with #8E063E

Text Example


Text Example

White with #8E063E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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