Html Css Color HEX #8D032C Burgundy

📋 copy color: '#8D032C'

red 141 ◦ green 3 ◦ blue 44

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

Shades of Burgundy #8D032C

Tints of Burgundy #8D032C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 23.4%

R = 75%
G = 1.6%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8D032C (or 0x8D032C) is known color: Burgundy. HEX triplet: 8D, 03 and 2C. RGB value is (141,3,44). Sum of RGB (Red+Green+Blue) = 141+3+44=188 (24% of max value = 765). Red value is 141 (55.47% from 255 or 75% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 141 - color contains mainly: red. Hex color #8D032C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D032C is #72FCD3. Grayscale: #303030. Windows color (decimal): -7535828 or 2884493. OLE color: 2884493.

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

Color convert

RGB 141 3 44 -
CMYK 0 0.98 0.69 0.45
HSL 342.17º 0.96% 0.28% -
HSV(B) 342.17º 0.98% 0.55% -
XYZ 11.47 5.91 2.92 -
YUV 48.94 125.22 193.67 -
System Red Green Blue C M Y K H S L
Decimal 141 3 44 0 0.98 0.69 0.45 342.17 0.96 0.28
Hex 8D 3 2C 0 62 45 2D 156 60 1C
Octal 215 3 54 0 142 105 55 526 140 34
Binary 10001101 11 101100 0 1100010 1000101 101101 101010110 1100000 11100

Color Harmonies of #8D032C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D032C

Black with #8D032C

Text Example


Text Example

White with #8D032C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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