Html Css Color HEX #8C0A2C Burgundy

📋 copy color: '#8C0A2C'

red 140 ◦ green 10 ◦ blue 44

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

Shades of Burgundy #8C0A2C

Tints of Burgundy #8C0A2C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.15%

 BLUE value IS 44 (17.58% from 255) = 22.68%

R = 72.16%
G = 5.15%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8C0A2C (or 0x8C0A2C) is known color: Burgundy. HEX triplet: 8C, 0A and 2C. RGB value is (140,10,44). Sum of RGB (Red+Green+Blue) = 140+10+44=194 (25% of max value = 765). Red value is 140 (55.08% from 255 or 72.16% from 194); Green value is 10 (4.30% from 255 or 5.15% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0A2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0A2C is #73F5D3. Grayscale: #343434. Windows color (decimal): -7599572 or 2886284. OLE color: 2886284.

HSL color Cylindrical-coordinate representation of color #8C0A2C: hue angle of 344.31º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8C0A2C is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 10 44 -
CMYK 0 0.93 0.69 0.45
HSL 344.31º 0.87% 0.29% -
HSV(B) 344.31º 0.93% 0.55% -
XYZ 11.38 5.97 2.94 -
YUV 52.75 123.07 190.24 -
System Red Green Blue C M Y K H S L
Decimal 140 10 44 0 0.93 0.69 0.45 344.31 0.87 0.29
Hex 8C A 2C 0 5D 45 2D 158 57 1D
Octal 214 12 54 0 135 105 55 530 127 35
Binary 10001100 1010 101100 0 1011101 1000101 101101 101011000 1010111 11101

Color Harmonies of #8C0A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0A2C

Black with #8C0A2C

Text Example


Text Example

White with #8C0A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,10,44); }

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

background-color css

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

 a { background-color: rgb(140,10,44); }

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

border-color css

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

 span { border-color: rgb(140,10,44); }

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