Html Css Color HEX #8D0437 Burgundy

📋 copy color: '#8D0437'

red 141 ◦ green 4 ◦ blue 55

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

Shades of Burgundy #8D0437

Tints of Burgundy #8D0437

RGB

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

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

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

R = 70.5%
G = 2%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.45

RGB Variations

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

Color information

#8D0437 (or 0x8D0437) is known color: Burgundy. HEX triplet: 8D, 04 and 37. RGB value is (141,4,55). Sum of RGB (Red+Green+Blue) = 141+4+55=200 (26% of max value = 765). Red value is 141 (55.47% from 255 or 70.5% from 200); Green value is 4 (1.95% from 255 or 2% from 200); Blue value is 55 (21.88% from 255 or 27.5% from 200); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0437 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0437 is #72FBC8. Grayscale: #323232. Windows color (decimal): -7535561 or 3605645. OLE color: 3605645.

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

Color convert

RGB 141 4 55 -
CMYK 0 0.97 0.61 0.45
HSL 337.66º 0.94% 0.28% -
HSV(B) 337.66º 0.97% 0.55% -
XYZ 11.72 6.03 4.16 -
YUV 50.78 130.39 192.35 -
System Red Green Blue C M Y K H S L
Decimal 141 4 55 0 0.97 0.61 0.45 337.66 0.94 0.28
Hex 8D 4 37 0 61 3D 2D 152 5E 1C
Octal 215 4 67 0 141 75 55 522 136 34
Binary 10001101 100 110111 0 1100001 111101 101101 101010010 1011110 11100

Color Harmonies of #8D0437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0437

Black with #8D0437

Text Example


Text Example

White with #8D0437

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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