Html Css Color HEX #8D0C3C Burgundy

📋 copy color: '#8D0C3C'

red 141 ◦ green 12 ◦ blue 60

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

Shades of Burgundy #8D0C3C

Tints of Burgundy #8D0C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 28.17%

R = 66.2%
G = 5.63%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.45

RGB Variations

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

Color information

#8D0C3C (or 0x8D0C3C) is known color: Burgundy. HEX triplet: 8D, 0C and 3C. RGB value is (141,12,60). Sum of RGB (Red+Green+Blue) = 141+12+60=213 (28% of max value = 765). Red value is 141 (55.47% from 255 or 66.20% from 213); Green value is 12 (5.08% from 255 or 5.63% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0C3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0C3C is #72F3C3. Grayscale: #373737. Windows color (decimal): -7533508 or 3935373. OLE color: 3935373.

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

Color convert

RGB 141 12 60 -
CMYK 0 0.91 0.57 0.45
HSL 337.67º 0.84% 0.3% -
HSV(B) 337.67º 0.91% 0.55% -
XYZ 11.93 6.25 4.85 -
YUV 56.04 130.24 188.6 -
System Red Green Blue C M Y K H S L
Decimal 141 12 60 0 0.91 0.57 0.45 337.67 0.84 0.3
Hex 8D C 3C 0 5B 39 2D 152 54 1E
Octal 215 14 74 0 133 71 55 522 124 36
Binary 10001101 1100 111100 0 1011011 111001 101101 101010010 1010100 11110

Color Harmonies of #8D0C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0C3C

Black with #8D0C3C

Text Example


Text Example

White with #8D0C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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