#841318

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

Shades of Burgundy #841318

Tints of Burgundy #841318

Color information

#841318 (or 0x841318) is unknown color: approx Burgundy. HEX triplet: 84, 13 and 18. RGB value is (132,19,24). Sum of RGB (Red+Green+Blue) = 132+19+24=175 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75.43% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 24 (9.77% from 255 or 13.71% from 175); Max value from RGB is 132 - color contains mainly: red. Hex color #841318 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841318 is #7BECE7. Grayscale: #353535. Windows color (decimal): -8121576 or 1577860. OLE color: 1577860.

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

Color convert

RGB1321924-
CMYK00.860.820.48
HSL357.35º74.83%29.61%-
HSV(B)357.35º85.61%51.76%-
XYZ9.915.441.39-
YUV53.36111.44184.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 75.43%
GREEN value IS 19 (7.81% from 255) = 10.86%
BLUE value IS 24 (9.77% from 255) = 13.71%
R=75.43%
G=10.86%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132192400.860.820.48357.3574.8329.61
Hex84131805652301654b1e
Octal204233001261226054511336
Binary100001001001111000010101101010010110000101100101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841318; }

 p { color: rgb(132,19,24); }

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

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

 a { background-color: rgb(132,19,24); }

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

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

 span { border-color: rgb(132,19,24); }

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