#680216

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

Shades of Burgundy #680216

Tints of Burgundy #680216

Color information

#680216 (or 0x680216) is unknown color: approx Burgundy. HEX triplet: 68, 02 and 16. RGB value is (104,2,22). Sum of RGB (Red+Green+Blue) = 104+2+22=128 (16% of max value = 765). Red value is 104 (41.02% from 255 or 81.25% from 128); Green value is 2 (1.17% from 255 or 1.56% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 104 - color contains mainly: red. Hex color #680216 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680216 is #97FDE9. Grayscale: #222222. Windows color (decimal): -9960938 or 1442408. OLE color: 1442408.

HSL color Cylindrical-coordinate representation of color #680216: hue angle of 348.24º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #680216 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB104222-
CMYK00.980.790.59
HSL348.24º96.23%20.78%-
HSV(B)348.24º98.08%40.78%-
XYZ5.883.041.04-
YUV34.78120.79177.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 81.25%
GREEN value IS 2 (1.17% from 255) = 1.56%
BLUE value IS 22 (8.98% from 255) = 17.19%
R=81.25%
G=1.56%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10422200.980.790.59348.2496.2320.78
Hex682160624F3B15c6015
Octal15022601421177353414025
Binary11010001010110011000101001111111011101011100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680216; }

 p { color: rgb(104,2,22); }

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

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

 a { background-color: rgb(104,2,22); }

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

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

 span { border-color: rgb(104,2,22); }

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