Html Css Color HEX #8C013E Burgundy

📋 copy color: '#8C013E'

red 140 ◦ green 1 ◦ blue 62

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

Shades of Burgundy #8C013E

Tints of Burgundy #8C013E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

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

R = 68.97%
G = 0.49%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.45

RGB Variations

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

Color information

#8C013E (or 0x8C013E) is known color: Burgundy. HEX triplet: 8C, 01 and 3E. RGB value is (140,1,62). Sum of RGB (Red+Green+Blue) = 140+1+62=203 (26% of max value = 765). Red value is 140 (55.08% from 255 or 68.97% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 62 (24.61% from 255 or 30.54% from 203); Max value from RGB is 140 - color contains mainly: red. Hex color #8C013E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C013E is #73FEC1. Grayscale: #313131. Windows color (decimal): -7601858 or 4063628. OLE color: 4063628.

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

Color convert

RGB 140 1 62 -
CMYK 0 0.99 0.56 0.45
HSL 333.67º 0.99% 0.28% -
HSV(B) 333.67º 0.99% 0.55% -
XYZ 11.7 5.94 5.09 -
YUV 49.52 135.05 192.54 -
System Red Green Blue C M Y K H S L
Decimal 140 1 62 0 0.99 0.56 0.45 333.67 0.99 0.28
Hex 8C 1 3E 0 63 38 2D 14E 63 1C
Octal 214 1 76 0 143 70 55 516 143 34
Binary 10001100 1 111110 0 1100011 111000 101101 101001110 1100011 11100

Color Harmonies of #8C013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C013E

Black with #8C013E

Text Example


Text Example

White with #8C013E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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