#841219

Color #841219 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #841219

Tints of Burgundy #841219

Color information

#841219 (or 0x841219) is unknown color: approx Burgundy. HEX triplet: 84, 12 and 19. RGB value is (132,18,25). Sum of RGB (Red+Green+Blue) = 132+18+25=175 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75.43% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 25 (10.16% from 255 or 14.29% from 175); Max value from RGB is 132 - color contains mainly: red. Hex color #841219 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841219 is #7BEDE6. Grayscale: #343434. Windows color (decimal): -8121831 or 1643140. OLE color: 1643140.

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

Color convert

RGB1321825-
CMYK00.860.810.48
HSL356.32º76%29.41%-
HSV(B)356.32º86.36%51.76%-
XYZ9.915.411.44-
YUV52.88112.27184.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 75.43%
GREEN value IS 18 (7.42% from 255) = 10.29%
BLUE value IS 25 (10.16% from 255) = 14.29%
R=75.43%
G=10.29%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.81
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132182500.860.810.48356.327629.41
Hex84121905651301644c1d
Octal204223101261216054411435
Binary100001001001011001010101101010001110000101100100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841219; }

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

 H1.HeaderClassName
 {
   color: #841219;
 }
 .AnyTagClassName
 {
   color: #841219;
 }
</style>
background-color css

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

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

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

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

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

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