Html Css Color HEX #8D0F26 Burgundy

📋 copy color: '#8D0F26'

red 141 ◦ green 15 ◦ blue 38

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

Shades of Burgundy #8D0F26

Tints of Burgundy #8D0F26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 19.59%

R = 72.68%
G = 7.73%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.45

RGB Variations

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

Color information

#8D0F26 (or 0x8D0F26) is known color: Burgundy. HEX triplet: 8D, 0F and 26. RGB value is (141,15,38). Sum of RGB (Red+Green+Blue) = 141+15+38=194 (25% of max value = 765). Red value is 141 (55.47% from 255 or 72.68% from 194); Green value is 15 (6.25% from 255 or 7.73% from 194); Blue value is 38 (15.23% from 255 or 19.59% from 194); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0F26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0F26 is #72F0D9. Grayscale: #373737. Windows color (decimal): -7532762 or 2494349. OLE color: 2494349.

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

Color convert

RGB 141 15 38 -
CMYK 0 0.89 0.73 0.45
HSL 349.05º 0.81% 0.31% -
HSV(B) 349.05º 0.89% 0.55% -
XYZ 11.51 6.14 2.41 -
YUV 55.3 118.24 189.13 -
System Red Green Blue C M Y K H S L
Decimal 141 15 38 0 0.89 0.73 0.45 349.05 0.81 0.31
Hex 8D F 26 0 59 49 2D 15D 51 1F
Octal 215 17 46 0 131 111 55 535 121 37
Binary 10001101 1111 100110 0 1011001 1001001 101101 101011101 1010001 11111

Color Harmonies of #8D0F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0F26

Black with #8D0F26

Text Example


Text Example

White with #8D0F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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