Html Css Color HEX #841121 Burgundy

📋 copy color: '#841121'

red 132 ◦ green 17 ◦ blue 33

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

Shades of Burgundy #841121

Tints of Burgundy #841121

RGB

 RED value IS 132 (51.95% from 255) = 72.53%

 GREEN value IS 17 (7.03% from 255) = 9.34%

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

R = 72.53%
G = 9.34%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#841121 (or 0x841121) is known color: Burgundy. HEX triplet: 84, 11 and 21. RGB value is (132,17,33). Sum of RGB (Red+Green+Blue) = 132+17+33=182 (24% of max value = 765). Red value is 132 (51.95% from 255 or 72.53% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 33 (13.28% from 255 or 18.13% from 182); Max value from RGB is 132 - color contains mainly: red. Hex color #841121 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841121 is #7BEEDE. Grayscale: #353535. Windows color (decimal): -8122079 or 2167172. OLE color: 2167172.

HSL color Cylindrical-coordinate representation of color #841121: hue angle of 351.65º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #841121 is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 17 33 -
CMYK 0 0.87 0.75 0.48
HSL 351.65º 0.77% 0.29% -
HSV(B) 351.65º 0.87% 0.52% -
XYZ 9.99 5.42 1.96 -
YUV 53.21 116.6 184.2 -
System Red Green Blue C M Y K H S L
Decimal 132 17 33 0 0.87 0.75 0.48 351.65 0.77 0.29
Hex 84 11 21 0 57 4B 30 160 4D 1D
Octal 204 21 41 0 127 113 60 540 115 35
Binary 10000100 10001 100001 0 1010111 1001011 110000 101100000 1001101 11101

Color Harmonies of #841121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841121

Black with #841121

Text Example


Text Example

White with #841121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841121; }

 p { color: rgb(132,17,33); }

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

background-color css

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

 a { background-color: rgb(132,17,33); }

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

border-color css

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

 span { border-color: rgb(132,17,33); }

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