Html Css Color HEX #841224 Burgundy

📋 copy color: '#841224'

red 132 ◦ green 18 ◦ blue 36

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

Shades of Burgundy #841224

Tints of Burgundy #841224

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.68%

 BLUE value IS 36 (14.45% from 255) = 19.35%

R = 70.97%
G = 9.68%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#841224 (or 0x841224) is known color: Burgundy. HEX triplet: 84, 12 and 24. RGB value is (132,18,36). Sum of RGB (Red+Green+Blue) = 132+18+36=186 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.97% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 36 (14.45% from 255 or 19.35% from 186); Max value from RGB is 132 - color contains mainly: red. Hex color #841224 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841224 is #7BEDDB. Grayscale: #363636. Windows color (decimal): -8121820 or 2364036. OLE color: 2364036.

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

Color convert

RGB 132 18 36 -
CMYK 0 0.86 0.73 0.48
HSL 350.53º 0.76% 0.29% -
HSV(B) 350.53º 0.86% 0.52% -
XYZ 10.05 5.47 2.19 -
YUV 54.14 117.77 183.54 -
System Red Green Blue C M Y K H S L
Decimal 132 18 36 0 0.86 0.73 0.48 350.53 0.76 0.29
Hex 84 12 24 0 56 49 30 15F 4C 1D
Octal 204 22 44 0 126 111 60 537 114 35
Binary 10000100 10010 100100 0 1010110 1001001 110000 101011111 1001100 11101

Color Harmonies of #841224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841224

Black with #841224

Text Example


Text Example

White with #841224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841224; }

 p { color: rgb(132,18,36); }

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

background-color css

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

 a { background-color: rgb(132,18,36); }

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

border-color css

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

 span { border-color: rgb(132,18,36); }

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