Html Css Color HEX #841119 Burgundy

📋 copy color: '#841119'

red 132 ◦ green 17 ◦ blue 25

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

Shades of Burgundy #841119

Tints of Burgundy #841119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 14.37%

R = 75.86%
G = 9.77%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#841119 (or 0x841119) is known color: Burgundy. HEX triplet: 84, 11 and 19. RGB value is (132,17,25). Sum of RGB (Red+Green+Blue) = 132+17+25=174 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75.86% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 25 (10.16% from 255 or 14.37% from 174); Max value from RGB is 132 - color contains mainly: red. Hex color #841119 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841119 is #7BEEE6. Grayscale: #343434. Windows color (decimal): -8122087 or 1642884. OLE color: 1642884.

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

Color convert

RGB 132 17 25 -
CMYK 0 0.87 0.81 0.48
HSL 355.83º 0.77% 0.29% -
HSV(B) 355.83º 0.87% 0.52% -
XYZ 9.89 5.38 1.44 -
YUV 52.3 112.6 184.85 -
System Red Green Blue C M Y K H S L
Decimal 132 17 25 0 0.87 0.81 0.48 355.83 0.77 0.29
Hex 84 11 19 0 57 51 30 164 4D 1D
Octal 204 21 31 0 127 121 60 544 115 35
Binary 10000100 10001 11001 0 1010111 1010001 110000 101100100 1001101 11101

Color Harmonies of #841119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841119

Black with #841119

Text Example


Text Example

White with #841119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841119; }

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

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

background-color css

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

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

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

border-color css

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

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

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