Html Css Color HEX #8D0C2C Burgundy

📋 copy color: '#8D0C2C'

red 141 ◦ green 12 ◦ blue 44

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

Shades of Burgundy #8D0C2C

Tints of Burgundy #8D0C2C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.09%

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

R = 71.57%
G = 6.09%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8D0C2C (or 0x8D0C2C) is known color: Burgundy. HEX triplet: 8D, 0C and 2C. RGB value is (141,12,44). Sum of RGB (Red+Green+Blue) = 141+12+44=197 (26% of max value = 765). Red value is 141 (55.47% from 255 or 71.57% from 197); Green value is 12 (5.08% from 255 or 6.09% from 197); Blue value is 44 (17.58% from 255 or 22.34% from 197); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0C2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0C2C is #72F3D3. Grayscale: #363636. Windows color (decimal): -7533524 or 2886797. OLE color: 2886797.

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

Color convert

RGB 141 12 44 -
CMYK 0 0.91 0.69 0.45
HSL 345.12º 0.84% 0.3% -
HSV(B) 345.12º 0.91% 0.55% -
XYZ 11.57 6.11 2.95 -
YUV 54.22 122.24 189.9 -
System Red Green Blue C M Y K H S L
Decimal 141 12 44 0 0.91 0.69 0.45 345.12 0.84 0.3
Hex 8D C 2C 0 5B 45 2D 159 54 1E
Octal 215 14 54 0 133 105 55 531 124 36
Binary 10001101 1100 101100 0 1011011 1000101 101101 101011001 1010100 11110

Color Harmonies of #8D0C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0C2C

Black with #8D0C2C

Text Example


Text Example

White with #8D0C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,12,44); }

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

background-color css

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

 a { background-color: rgb(141,12,44); }

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

border-color css

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

 span { border-color: rgb(141,12,44); }

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