Html Css Color HEX #8D0029 Burgundy

📋 copy color: '#8D0029'

red 141 ◦ green 0 ◦ blue 41

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

Shades of Burgundy #8D0029

Tints of Burgundy #8D0029

RGB

 RED value IS 141 (55.47% from 255) = 77.47%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 77.47%
G = 0%
B = 22.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.45

RGB Variations

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

Color information

#8D0029 (or 0x8D0029) is known color: Burgundy. HEX triplet: 8D, 00 and 29. RGB value is (141,0,41). Sum of RGB (Red+Green+Blue) = 141+0+41=182 (24% of max value = 765). Red value is 141 (55.47% from 255 or 77.47% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 41 (16.41% from 255 or 22.53% from 182); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0029 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0029 is #72FFD6. Grayscale: #2E2E2E. Windows color (decimal): -7536599 or 2687117. OLE color: 2687117.

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

Color convert

RGB 141 0 41 -
CMYK 0 1 0.71 0.45
HSL 342.55º 1% 0.28% -
HSV(B) 342.55º 1% 0.55% -
XYZ 11.38 5.82 2.62 -
YUV 46.83 124.71 195.17 -
System Red Green Blue C M Y K H S L
Decimal 141 0 41 0 1 0.71 0.45 342.55 1 0.28
Hex 8D 0 29 0 64 47 2D 157 64 1C
Octal 215 0 51 0 144 107 55 527 144 34
Binary 10001101 0 101001 0 1100100 1000111 101101 101010111 1100100 11100

Color Harmonies of #8D0029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0029

Black with #8D0029

Text Example


Text Example

White with #8D0029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,0,41); }

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

background-color css

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

 a { background-color: rgb(141,0,41); }

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

border-color css

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

 span { border-color: rgb(141,0,41); }

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