Html Css Color HEX #8D0537 Burgundy

📋 copy color: '#8D0537'

red 141 ◦ green 5 ◦ blue 55

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

Shades of Burgundy #8D0537

Tints of Burgundy #8D0537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 27.36%

R = 70.15%
G = 2.49%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.45

RGB Variations

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

Color information

#8D0537 (or 0x8D0537) is known color: Burgundy. HEX triplet: 8D, 05 and 37. RGB value is (141,5,55). Sum of RGB (Red+Green+Blue) = 141+5+55=201 (26% of max value = 765). Red value is 141 (55.47% from 255 or 70.15% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 55 (21.88% from 255 or 27.36% from 201); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0537 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0537 is #72FAC8. Grayscale: #333333. Windows color (decimal): -7535305 or 3605901. OLE color: 3605901.

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

Color convert

RGB 141 5 55 -
CMYK 0 0.96 0.61 0.45
HSL 337.94º 0.93% 0.29% -
HSV(B) 337.94º 0.96% 0.55% -
XYZ 11.73 6.05 4.16 -
YUV 51.36 130.06 191.93 -
System Red Green Blue C M Y K H S L
Decimal 141 5 55 0 0.96 0.61 0.45 337.94 0.93 0.29
Hex 8D 5 37 0 60 3D 2D 152 5D 1D
Octal 215 5 67 0 140 75 55 522 135 35
Binary 10001101 101 110111 0 1100000 111101 101101 101010010 1011101 11101

Color Harmonies of #8D0537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0537

Black with #8D0537

Text Example


Text Example

White with #8D0537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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