Html Css Color HEX #841124 Burgundy

📋 copy color: '#841124'

red 132 ◦ green 17 ◦ blue 36

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

Shades of Burgundy #841124

Tints of Burgundy #841124

RGB

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

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

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

R = 71.35%
G = 9.19%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#841124 (or 0x841124) is known color: Burgundy. HEX triplet: 84, 11 and 24. RGB value is (132,17,36). Sum of RGB (Red+Green+Blue) = 132+17+36=185 (24% of max value = 765). Red value is 132 (51.95% from 255 or 71.35% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 36 (14.45% from 255 or 19.46% from 185); Max value from RGB is 132 - color contains mainly: red. Hex color #841124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841124 is #7BEEDB. Grayscale: #353535. Windows color (decimal): -8122076 or 2363780. OLE color: 2363780.

HSL color Cylindrical-coordinate representation of color #841124: hue angle of 350.09º 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 #841124 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 17 36 -
CMYK 0 0.87 0.73 0.48
HSL 350.09º 0.77% 0.29% -
HSV(B) 350.09º 0.87% 0.52% -
XYZ 10.03 5.43 2.19 -
YUV 53.55 118.1 183.96 -
System Red Green Blue C M Y K H S L
Decimal 132 17 36 0 0.87 0.73 0.48 350.09 0.77 0.29
Hex 84 11 24 0 57 49 30 15E 4D 1D
Octal 204 21 44 0 127 111 60 536 115 35
Binary 10000100 10001 100100 0 1010111 1001001 110000 101011110 1001101 11101

Color Harmonies of #841124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841124

Black with #841124

Text Example


Text Example

White with #841124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841124; }

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

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

background-color css

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

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

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

border-color css

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

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

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