Html Css Color HEX #8C0B29 Burgundy

📋 copy color: '#8C0B29'

red 140 ◦ green 11 ◦ blue 41

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

Shades of Burgundy #8C0B29

Tints of Burgundy #8C0B29

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.73%

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

R = 72.92%
G = 5.73%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.45

RGB Variations

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

Color information

#8C0B29 (or 0x8C0B29) is known color: Burgundy. HEX triplet: 8C, 0B and 29. RGB value is (140,11,41). Sum of RGB (Red+Green+Blue) = 140+11+41=192 (25% of max value = 765). Red value is 140 (55.08% from 255 or 72.92% from 192); Green value is 11 (4.69% from 255 or 5.73% from 192); Blue value is 41 (16.41% from 255 or 21.35% from 192); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0B29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0B29 is #73F4D6. Grayscale: #353535. Windows color (decimal): -7599319 or 2689932. OLE color: 2689932.

HSL color Cylindrical-coordinate representation of color #8C0B29: hue angle of 346.05º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C0B29 is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 11 41 -
CMYK 0 0.92 0.71 0.45
HSL 346.05º 0.85% 0.3% -
HSV(B) 346.05º 0.92% 0.55% -
XYZ 11.34 5.97 2.65 -
YUV 52.99 121.24 190.06 -
System Red Green Blue C M Y K H S L
Decimal 140 11 41 0 0.92 0.71 0.45 346.05 0.85 0.3
Hex 8C B 29 0 5C 47 2D 15A 55 1E
Octal 214 13 51 0 134 107 55 532 125 36
Binary 10001100 1011 101001 0 1011100 1000111 101101 101011010 1010101 11110

Color Harmonies of #8C0B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0B29

Black with #8C0B29

Text Example


Text Example

White with #8C0B29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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