Html Css Color HEX #8D102E Burgundy

📋 copy color: '#8D102E'

red 141 ◦ green 16 ◦ blue 46

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

Shades of Burgundy #8D102E

Tints of Burgundy #8D102E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.88%

 BLUE value IS 46 (18.36% from 255) = 22.66%

R = 69.46%
G = 7.88%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#8D102E (or 0x8D102E) is known color: Burgundy. HEX triplet: 8D, 10 and 2E. RGB value is (141,16,46). Sum of RGB (Red+Green+Blue) = 141+16+46=203 (26% of max value = 765). Red value is 141 (55.47% from 255 or 69.46% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 141 - color contains mainly: red. Hex color #8D102E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D102E is #72EFD1. Grayscale: #383838. Windows color (decimal): -7532498 or 3018893. OLE color: 3018893.

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

Color convert

RGB 141 16 46 -
CMYK 0 0.89 0.67 0.45
HSL 345.6º 0.8% 0.31% -
HSV(B) 345.6º 0.89% 0.55% -
XYZ 11.66 6.23 3.17 -
YUV 56.8 121.91 188.06 -
System Red Green Blue C M Y K H S L
Decimal 141 16 46 0 0.89 0.67 0.45 345.6 0.8 0.31
Hex 8D 10 2E 0 59 43 2D 15A 50 1F
Octal 215 20 56 0 131 103 55 532 120 37
Binary 10001101 10000 101110 0 1011001 1000011 101101 101011010 1010000 11111

Color Harmonies of #8D102E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D102E

Black with #8D102E

Text Example


Text Example

White with #8D102E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,16,46); }

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

background-color css

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

 a { background-color: rgb(141,16,46); }

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

border-color css

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

 span { border-color: rgb(141,16,46); }

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