Html Css Color HEX #8D032B Burgundy

📋 copy color: '#8D032B'

red 141 ◦ green 3 ◦ blue 43

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

Shades of Burgundy #8D032B

Tints of Burgundy #8D032B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.6%

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

R = 75.4%
G = 1.6%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.45

RGB Variations

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

Color information

#8D032B (or 0x8D032B) is known color: Burgundy. HEX triplet: 8D, 03 and 2B. RGB value is (141,3,43). Sum of RGB (Red+Green+Blue) = 141+3+43=187 (24% of max value = 765). Red value is 141 (55.47% from 255 or 75.40% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 43 (17.19% from 255 or 22.99% from 187); Max value from RGB is 141 - color contains mainly: red. Hex color #8D032B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D032B is #72FCD4. Grayscale: #303030. Windows color (decimal): -7535829 or 2818957. OLE color: 2818957.

HSL color Cylindrical-coordinate representation of color #8D032B: hue angle of 342.61º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8D032B is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 3 43 -
CMYK 0 0.98 0.70 0.45
HSL 342.61º 0.96% 0.28% -
HSV(B) 342.61º 0.98% 0.55% -
XYZ 11.45 5.9 2.82 -
YUV 48.82 124.72 193.75 -
System Red Green Blue C M Y K H S L
Decimal 141 3 43 0 0.98 0.70 0.45 342.61 0.96 0.28
Hex 8D 3 2B 0 62 46 2D 157 60 1C
Octal 215 3 53 0 142 106 55 527 140 34
Binary 10001101 11 101011 0 1100010 1000110 101101 101010111 1100000 11100

Color Harmonies of #8D032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D032B

Black with #8D032B

Text Example


Text Example

White with #8D032B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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