Html Css Color HEX #8D0E27 Burgundy

📋 copy color: '#8D0E27'

red 141 ◦ green 14 ◦ blue 39

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

Shades of Burgundy #8D0E27

Tints of Burgundy #8D0E27

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.22%

 BLUE value IS 39 (15.63% from 255) = 20.1%

R = 72.68%
G = 7.22%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.45

RGB Variations

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

Color information

#8D0E27 (or 0x8D0E27) is known color: Burgundy. HEX triplet: 8D, 0E and 27. RGB value is (141,14,39). Sum of RGB (Red+Green+Blue) = 141+14+39=194 (25% of max value = 765). Red value is 141 (55.47% from 255 or 72.68% from 194); Green value is 14 (5.86% from 255 or 7.22% from 194); Blue value is 39 (15.62% from 255 or 20.10% from 194); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0E27 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0E27 is #72F1D8. Grayscale: #363636. Windows color (decimal): -7533017 or 2559629. OLE color: 2559629.

HSL color Cylindrical-coordinate representation of color #8D0E27: hue angle of 348.19º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D0E27 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 14 39 -
CMYK 0 0.90 0.72 0.45
HSL 348.19º 0.82% 0.3% -
HSV(B) 348.19º 0.9% 0.55% -
XYZ 11.51 6.12 2.49 -
YUV 54.82 119.08 189.47 -
System Red Green Blue C M Y K H S L
Decimal 141 14 39 0 0.90 0.72 0.45 348.19 0.82 0.3
Hex 8D E 27 0 5A 48 2D 15C 52 1E
Octal 215 16 47 0 132 110 55 534 122 36
Binary 10001101 1110 100111 0 1011010 1001000 101101 101011100 1010010 11110

Color Harmonies of #8D0E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0E27

Black with #8D0E27

Text Example


Text Example

White with #8D0E27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,14,39); }

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

background-color css

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

 a { background-color: rgb(141,14,39); }

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

border-color css

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

 span { border-color: rgb(141,14,39); }

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