Html Css Color HEX #8D0121 Burgundy

📋 copy color: '#8D0121'

red 141 ◦ green 1 ◦ blue 33

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

Shades of Burgundy #8D0121

Tints of Burgundy #8D0121

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

 BLUE value IS 33 (13.28% from 255) = 18.86%

R = 80.57%
G = 0.57%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.45

RGB Variations

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

Color information

#8D0121 (or 0x8D0121) is known color: Burgundy. HEX triplet: 8D, 01 and 21. RGB value is (141,1,33). Sum of RGB (Red+Green+Blue) = 141+1+33=175 (23% of max value = 765). Red value is 141 (55.47% from 255 or 80.57% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 33 (13.28% from 255 or 18.86% from 175); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0121 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0121 is #72FEDE. Grayscale: #2E2E2E. Windows color (decimal): -7536351 or 2163085. OLE color: 2163085.

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

Color convert

RGB 141 1 33 -
CMYK 0 0.99 0.77 0.45
HSL 346.29º 0.99% 0.28% -
HSV(B) 346.29º 0.99% 0.55% -
XYZ 11.27 5.79 1.96 -
YUV 46.51 120.38 195.4 -
System Red Green Blue C M Y K H S L
Decimal 141 1 33 0 0.99 0.77 0.45 346.29 0.99 0.28
Hex 8D 1 21 0 63 4D 2D 15A 63 1C
Octal 215 1 41 0 143 115 55 532 143 34
Binary 10001101 1 100001 0 1100011 1001101 101101 101011010 1100011 11100

Color Harmonies of #8D0121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0121

Black with #8D0121

Text Example


Text Example

White with #8D0121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,1,33); }

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

background-color css

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

 a { background-color: rgb(141,1,33); }

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

border-color css

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

 span { border-color: rgb(141,1,33); }

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