Html Css Color HEX #8D0E32 Burgundy

📋 copy color: '#8D0E32'

red 141 ◦ green 14 ◦ blue 50

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

Shades of Burgundy #8D0E32

Tints of Burgundy #8D0E32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 24.39%

R = 68.78%
G = 6.83%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#8D0E32 (or 0x8D0E32) is known color: Burgundy. HEX triplet: 8D, 0E and 32. RGB value is (141,14,50). Sum of RGB (Red+Green+Blue) = 141+14+50=205 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.78% from 205); Green value is 14 (5.86% from 255 or 6.83% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0E32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0E32 is #72F1CD. Grayscale: #383838. Windows color (decimal): -7533006 or 3280525. OLE color: 3280525.

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

Color convert

RGB 141 14 50 -
CMYK 0 0.90 0.65 0.45
HSL 342.99º 0.82% 0.3% -
HSV(B) 342.99º 0.9% 0.55% -
XYZ 11.72 6.21 3.6 -
YUV 56.08 124.58 188.57 -
System Red Green Blue C M Y K H S L
Decimal 141 14 50 0 0.90 0.65 0.45 342.99 0.82 0.3
Hex 8D E 32 0 5A 41 2D 157 52 1E
Octal 215 16 62 0 132 101 55 527 122 36
Binary 10001101 1110 110010 0 1011010 1000001 101101 101010111 1010010 11110

Color Harmonies of #8D0E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0E32

Black with #8D0E32

Text Example


Text Example

White with #8D0E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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