Html Css Color HEX #8C043E Burgundy

📋 copy color: '#8C043E'

red 140 ◦ green 4 ◦ blue 62

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

Shades of Burgundy #8C043E

Tints of Burgundy #8C043E

RGB

 RED value IS 140 (55.08% from 255) = 67.96%

 GREEN value IS 4 (1.95% from 255) = 1.94%

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

R = 67.96%
G = 1.94%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.45

RGB Variations

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

Color information

#8C043E (or 0x8C043E) is known color: Burgundy. HEX triplet: 8C, 04 and 3E. RGB value is (140,4,62). Sum of RGB (Red+Green+Blue) = 140+4+62=206 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.96% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 62 (24.61% from 255 or 30.10% from 206); Max value from RGB is 140 - color contains mainly: red. Hex color #8C043E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C043E is #73FBC1. Grayscale: #333333. Windows color (decimal): -7601090 or 4064396. OLE color: 4064396.

HSL color Cylindrical-coordinate representation of color #8C043E: hue angle of 334.41º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C043E is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 4 62 -
CMYK 0 0.97 0.56 0.45
HSL 334.41º 0.94% 0.28% -
HSV(B) 334.41º 0.97% 0.55% -
XYZ 11.73 6.01 5.1 -
YUV 51.28 134.06 191.28 -
System Red Green Blue C M Y K H S L
Decimal 140 4 62 0 0.97 0.56 0.45 334.41 0.94 0.28
Hex 8C 4 3E 0 61 38 2D 14E 5E 1C
Octal 214 4 76 0 141 70 55 516 136 34
Binary 10001100 100 111110 0 1100001 111000 101101 101001110 1011110 11100

Color Harmonies of #8C043E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C043E

Black with #8C043E

Text Example


Text Example

White with #8C043E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,4,62); }

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

background-color css

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

 a { background-color: rgb(140,4,62); }

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

border-color css

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

 span { border-color: rgb(140,4,62); }

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