#840615

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

Shades of Burgundy #840615

Tints of Burgundy #840615

Color information

#840615 (or 0x840615) is unknown color: approx Burgundy. HEX triplet: 84, 06 and 15. RGB value is (132,6,21). Sum of RGB (Red+Green+Blue) = 132+6+21=159 (21% of max value = 765). Red value is 132 (51.95% from 255 or 83.02% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 21 (8.59% from 255 or 13.21% from 159); Max value from RGB is 132 - color contains mainly: red. Hex color #840615 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840615 is #7BF9EA. Grayscale: #2D2D2D. Windows color (decimal): -8124907 or 1377924. OLE color: 1377924.

HSL color Cylindrical-coordinate representation of color #840615: hue angle of 352.86º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #840615 is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.48.

Color convert

RGB132621-
CMYK00.950.840.48
HSL352.86º91.3%27.06%-
HSV(B)352.86º95.45%51.76%-
XYZ9.725.091.18-
YUV45.38114.24189.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 83.02%
GREEN value IS 6 (2.73% from 255) = 3.77%
BLUE value IS 21 (8.59% from 255) = 13.21%
R=83.02%
G=3.77%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.84
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13262100.950.840.48352.8691.327.06
Hex8461505F54301615b1b
Octal20462501371246054113333
Binary1000010011010101010111111010100110000101100001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840615; }

 p { color: rgb(132,6,21); }

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

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

 a { background-color: rgb(132,6,21); }

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

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

 span { border-color: rgb(132,6,21); }

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