Html Css Color HEX #8D053A Burgundy

📋 copy color: '#8D053A'

red 141 ◦ green 5 ◦ blue 58

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

Shades of Burgundy #8D053A

Tints of Burgundy #8D053A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.45%

 BLUE value IS 58 (23.05% from 255) = 28.43%

R = 69.12%
G = 2.45%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.45

RGB Variations

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

Color information

#8D053A (or 0x8D053A) is known color: Burgundy. HEX triplet: 8D, 05 and 3A. RGB value is (141,5,58). Sum of RGB (Red+Green+Blue) = 141+5+58=204 (27% of max value = 765). Red value is 141 (55.47% from 255 or 69.12% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 58 (23.05% from 255 or 28.43% from 204); Max value from RGB is 141 - color contains mainly: red. Hex color #8D053A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D053A is #72FAC5. Grayscale: #333333. Windows color (decimal): -7535302 or 3802509. OLE color: 3802509.

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

Color convert

RGB 141 5 58 -
CMYK 0 0.96 0.59 0.45
HSL 336.62º 0.93% 0.29% -
HSV(B) 336.62º 0.96% 0.55% -
XYZ 11.8 6.08 4.55 -
YUV 51.71 131.56 191.69 -
System Red Green Blue C M Y K H S L
Decimal 141 5 58 0 0.96 0.59 0.45 336.62 0.93 0.29
Hex 8D 5 3A 0 60 3B 2D 151 5D 1D
Octal 215 5 72 0 140 73 55 521 135 35
Binary 10001101 101 111010 0 1100000 111011 101101 101010001 1011101 11101

Color Harmonies of #8D053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D053A

Black with #8D053A

Text Example


Text Example

White with #8D053A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,5,58); }

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

background-color css

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

 a { background-color: rgb(141,5,58); }

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

border-color css

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

 span { border-color: rgb(141,5,58); }

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