Html Css Color HEX #8D0336 Burgundy

📋 copy color: '#8D0336'

red 141 ◦ green 3 ◦ blue 54

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

Shades of Burgundy #8D0336

Tints of Burgundy #8D0336

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.52%

 BLUE value IS 54 (21.48% from 255) = 27.27%

R = 71.21%
G = 1.52%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.45

RGB Variations

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

Color information

#8D0336 (or 0x8D0336) is known color: Burgundy. HEX triplet: 8D, 03 and 36. RGB value is (141,3,54). Sum of RGB (Red+Green+Blue) = 141+3+54=198 (26% of max value = 765). Red value is 141 (55.47% from 255 or 71.21% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 54 (21.48% from 255 or 27.27% from 198); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0336 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0336 is #72FCC9. Grayscale: #323232. Windows color (decimal): -7535818 or 3539853. OLE color: 3539853.

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

Color convert

RGB 141 3 54 -
CMYK 0 0.98 0.62 0.45
HSL 337.83º 0.96% 0.28% -
HSV(B) 337.83º 0.98% 0.55% -
XYZ 11.68 5.99 4.03 -
YUV 50.08 130.22 192.85 -
System Red Green Blue C M Y K H S L
Decimal 141 3 54 0 0.98 0.62 0.45 337.83 0.96 0.28
Hex 8D 3 36 0 62 3E 2D 152 60 1C
Octal 215 3 66 0 142 76 55 522 140 34
Binary 10001101 11 110110 0 1100010 111110 101101 101010010 1100000 11100

Color Harmonies of #8D0336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0336

Black with #8D0336

Text Example


Text Example

White with #8D0336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,3,54); }

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

background-color css

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

 a { background-color: rgb(141,3,54); }

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

border-color css

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

 span { border-color: rgb(141,3,54); }

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