Html Css Color HEX #8D053B Burgundy

📋 copy color: '#8D053B'

red 141 ◦ green 5 ◦ blue 59

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

Shades of Burgundy #8D053B

Tints of Burgundy #8D053B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 28.78%

R = 68.78%
G = 2.44%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.45

RGB Variations

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

Color information

#8D053B (or 0x8D053B) is known color: Burgundy. HEX triplet: 8D, 05 and 3B. RGB value is (141,5,59). Sum of RGB (Red+Green+Blue) = 141+5+59=205 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.78% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 59 (23.44% from 255 or 28.78% from 205); Max value from RGB is 141 - color contains mainly: red. Hex color #8D053B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D053B is #72FAC4. Grayscale: #333333. Windows color (decimal): -7535301 or 3868045. OLE color: 3868045.

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

Color convert

RGB 141 5 59 -
CMYK 0 0.96 0.58 0.45
HSL 336.18º 0.93% 0.29% -
HSV(B) 336.18º 0.96% 0.55% -
XYZ 11.83 6.09 4.69 -
YUV 51.82 132.06 191.61 -
System Red Green Blue C M Y K H S L
Decimal 141 5 59 0 0.96 0.58 0.45 336.18 0.93 0.29
Hex 8D 5 3B 0 60 3A 2D 150 5D 1D
Octal 215 5 73 0 140 72 55 520 135 35
Binary 10001101 101 111011 0 1100000 111010 101101 101010000 1011101 11101

Color Harmonies of #8D053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D053B

Black with #8D053B

Text Example


Text Example

White with #8D053B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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