Html Css Color HEX #8D102B Burgundy

📋 copy color: '#8D102B'

red 141 ◦ green 16 ◦ blue 43

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

Shades of Burgundy #8D102B

Tints of Burgundy #8D102B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 21.5%

R = 70.5%
G = 8%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.45

RGB Variations

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

Color information

#8D102B (or 0x8D102B) is known color: Burgundy. HEX triplet: 8D, 10 and 2B. RGB value is (141,16,43). Sum of RGB (Red+Green+Blue) = 141+16+43=200 (26% of max value = 765). Red value is 141 (55.47% from 255 or 70.5% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 43 (17.19% from 255 or 21.5% from 200); Max value from RGB is 141 - color contains mainly: red. Hex color #8D102B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D102B is #72EFD4. Grayscale: #383838. Windows color (decimal): -7532501 or 2822285. OLE color: 2822285.

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

Color convert

RGB 141 16 43 -
CMYK 0 0.89 0.70 0.45
HSL 347.04º 0.8% 0.31% -
HSV(B) 347.04º 0.89% 0.55% -
XYZ 11.61 6.21 2.87 -
YUV 56.45 120.41 188.3 -
System Red Green Blue C M Y K H S L
Decimal 141 16 43 0 0.89 0.70 0.45 347.04 0.8 0.31
Hex 8D 10 2B 0 59 46 2D 15B 50 1F
Octal 215 20 53 0 131 106 55 533 120 37
Binary 10001101 10000 101011 0 1011001 1000110 101101 101011011 1010000 11111

Color Harmonies of #8D102B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D102B

Black with #8D102B

Text Example


Text Example

White with #8D102B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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