Html Css Color HEX #8D0F37 Burgundy

📋 copy color: '#8D0F37'

red 141 ◦ green 15 ◦ blue 55

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

Shades of Burgundy #8D0F37

Tints of Burgundy #8D0F37

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.11%

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

R = 66.82%
G = 7.11%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.45

RGB Variations

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

Color information

#8D0F37 (or 0x8D0F37) is known color: Burgundy. HEX triplet: 8D, 0F and 37. RGB value is (141,15,55). Sum of RGB (Red+Green+Blue) = 141+15+55=211 (27% of max value = 765). Red value is 141 (55.47% from 255 or 66.82% from 211); Green value is 15 (6.25% from 255 or 7.11% from 211); Blue value is 55 (21.88% from 255 or 26.07% from 211); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0F37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0F37 is #72F0C8. Grayscale: #393939. Windows color (decimal): -7532745 or 3608461. OLE color: 3608461.

HSL color Cylindrical-coordinate representation of color #8D0F37: hue angle of 340.95º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D0F37 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 15 55 -
CMYK 0 0.89 0.61 0.45
HSL 340.95º 0.81% 0.31% -
HSV(B) 340.95º 0.89% 0.55% -
XYZ 11.84 6.28 4.2 -
YUV 57.23 126.74 187.75 -
System Red Green Blue C M Y K H S L
Decimal 141 15 55 0 0.89 0.61 0.45 340.95 0.81 0.31
Hex 8D F 37 0 59 3D 2D 155 51 1F
Octal 215 17 67 0 131 75 55 525 121 37
Binary 10001101 1111 110111 0 1011001 111101 101101 101010101 1010001 11111

Color Harmonies of #8D0F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0F37

Black with #8D0F37

Text Example


Text Example

White with #8D0F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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