Html Css Color HEX #8C013D Burgundy

📋 copy color: '#8C013D'

red 140 ◦ green 1 ◦ blue 61

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

Shades of Burgundy #8C013D

Tints of Burgundy #8C013D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 30.2%

R = 69.31%
G = 0.5%
B = 30.2%

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

#8C013D (or 0x8C013D) is known color: Burgundy. HEX triplet: 8C, 01 and 3D. RGB value is (140,1,61). Sum of RGB (Red+Green+Blue) = 140+1+61=202 (26% of max value = 765). Red value is 140 (55.08% from 255 or 69.31% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 140 - color contains mainly: red. Hex color #8C013D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C013D is #73FEC2. Grayscale: #313131. Windows color (decimal): -7601859 or 3998092. OLE color: 3998092.

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

Color convert

RGB 140 1 61 -
CMYK 0 0.99 0.56 0.45
HSL 334.1º 0.99% 0.28% -
HSV(B) 334.1º 0.99% 0.55% -
XYZ 11.67 5.93 4.95 -
YUV 49.4 134.55 192.62 -
System Red Green Blue C M Y K H S L
Decimal 140 1 61 0 0.99 0.56 0.45 334.1 0.99 0.28
Hex 8C 1 3D 0 63 38 2D 14E 63 1C
Octal 214 1 75 0 143 70 55 516 143 34
Binary 10001100 1 111101 0 1100011 111000 101101 101001110 1100011 11100

Color Harmonies of #8C013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C013D

Black with #8C013D

Text Example


Text Example

White with #8C013D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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