Html Css Color HEX #8D043F Burgundy

📋 copy color: '#8D043F'

red 141 ◦ green 4 ◦ blue 63

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

Shades of Burgundy #8D043F

Tints of Burgundy #8D043F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.92%

 BLUE value IS 63 (25% from 255) = 30.29%

R = 67.79%
G = 1.92%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.45

RGB Variations

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

Color information

#8D043F (or 0x8D043F) is known color: Burgundy. HEX triplet: 8D, 04 and 3F. RGB value is (141,4,63). Sum of RGB (Red+Green+Blue) = 141+4+63=208 (27% of max value = 765). Red value is 141 (55.47% from 255 or 67.79% from 208); Green value is 4 (1.95% from 255 or 1.92% from 208); Blue value is 63 (25% from 255 or 30.29% from 208); Max value from RGB is 141 - color contains mainly: red. Hex color #8D043F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D043F is #72FBC0. Grayscale: #333333. Windows color (decimal): -7535553 or 4129933. OLE color: 4129933.

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

Color convert

RGB 141 4 63 -
CMYK 0 0.97 0.55 0.45
HSL 334.16º 0.94% 0.28% -
HSV(B) 334.16º 0.97% 0.55% -
XYZ 11.93 6.11 5.25 -
YUV 51.69 134.39 191.7 -
System Red Green Blue C M Y K H S L
Decimal 141 4 63 0 0.97 0.55 0.45 334.16 0.94 0.28
Hex 8D 4 3F 0 61 37 2D 14E 5E 1C
Octal 215 4 77 0 141 67 55 516 136 34
Binary 10001101 100 111111 0 1100001 110111 101101 101001110 1011110 11100

Color Harmonies of #8D043F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D043F

Black with #8D043F

Text Example


Text Example

White with #8D043F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,4,63); }

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

background-color css

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

 a { background-color: rgb(141,4,63); }

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

border-color css

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

 span { border-color: rgb(141,4,63); }

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