Html Css Color HEX #8E063F Burgundy

📋 copy color: '#8E063F'

red 142 ◦ green 6 ◦ blue 63

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

Shades of Burgundy #8E063F

Tints of Burgundy #8E063F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 29.86%

R = 67.3%
G = 2.84%
B = 29.86%

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

#8E063F (or 0x8E063F) is known color: Burgundy. HEX triplet: 8E, 06 and 3F. RGB value is (142,6,63). Sum of RGB (Red+Green+Blue) = 142+6+63=211 (27% of max value = 765). Red value is 142 (55.86% from 255 or 67.30% from 211); Green value is 6 (2.73% from 255 or 2.84% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 142 - color contains mainly: red. Hex color #8E063F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E063F is #71F9C0. Grayscale: #353535. Windows color (decimal): -7469505 or 4130446. OLE color: 4130446.

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

Color convert

RGB 142 6 63 -
CMYK 0 0.96 0.56 0.44
HSL 334.85º 0.92% 0.29% -
HSV(B) 334.85º 0.96% 0.56% -
XYZ 12.12 6.24 5.27 -
YUV 53.16 133.56 191.37 -
System Red Green Blue C M Y K H S L
Decimal 142 6 63 0 0.96 0.56 0.44 334.85 0.92 0.29
Hex 8E 6 3F 0 60 38 2C 14F 5C 1D
Octal 216 6 77 0 140 70 54 517 134 35
Binary 10001110 110 111111 0 1100000 111000 101100 101001111 1011100 11101

Color Harmonies of #8E063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E063F

Black with #8E063F

Text Example


Text Example

White with #8E063F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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