Html Css Color HEX #8C0A29 Burgundy

📋 copy color: '#8C0A29'

red 140 ◦ green 10 ◦ blue 41

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

Shades of Burgundy #8C0A29

Tints of Burgundy #8C0A29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 21.47%

R = 73.3%
G = 5.24%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.45

RGB Variations

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

Color information

#8C0A29 (or 0x8C0A29) is known color: Burgundy. HEX triplet: 8C, 0A and 29. RGB value is (140,10,41). Sum of RGB (Red+Green+Blue) = 140+10+41=191 (25% of max value = 765). Red value is 140 (55.08% from 255 or 73.30% from 191); Green value is 10 (4.30% from 255 or 5.24% from 191); Blue value is 41 (16.41% from 255 or 21.47% from 191); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0A29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0A29 is #73F5D6. Grayscale: #343434. Windows color (decimal): -7599575 or 2689676. OLE color: 2689676.

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

Color convert

RGB 140 10 41 -
CMYK 0 0.93 0.71 0.45
HSL 345.69º 0.87% 0.29% -
HSV(B) 345.69º 0.93% 0.55% -
XYZ 11.32 5.95 2.65 -
YUV 52.4 121.57 190.48 -
System Red Green Blue C M Y K H S L
Decimal 140 10 41 0 0.93 0.71 0.45 345.69 0.87 0.29
Hex 8C A 29 0 5D 47 2D 15A 57 1D
Octal 214 12 51 0 135 107 55 532 127 35
Binary 10001100 1010 101001 0 1011101 1000111 101101 101011010 1010111 11101

Color Harmonies of #8C0A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0A29

Black with #8C0A29

Text Example


Text Example

White with #8C0A29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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