#680219

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

Shades of Burgundy #680219

Tints of Burgundy #680219

Color information

#680219 (or 0x680219) is unknown color: approx Burgundy. HEX triplet: 68, 02 and 19. RGB value is (104,2,25). Sum of RGB (Red+Green+Blue) = 104+2+25=131 (17% of max value = 765). Red value is 104 (41.02% from 255 or 79.39% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 25 (10.16% from 255 or 19.08% from 131); Max value from RGB is 104 - color contains mainly: red. Hex color #680219 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680219 is #97FDE6. Grayscale: #232323. Windows color (decimal): -9960935 or 1639016. OLE color: 1639016.

HSL color Cylindrical-coordinate representation of color #680219: hue angle of 346.47º 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 #680219 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB104225-
CMYK00.980.760.59
HSL346.47º96.23%20.78%-
HSV(B)346.47º98.08%40.78%-
XYZ5.913.061.2-
YUV35.12122.29177.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 79.39%
GREEN value IS 2 (1.17% from 255) = 1.53%
BLUE value IS 25 (10.16% from 255) = 19.08%
R=79.39%
G=1.53%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10422500.980.760.59346.4796.2320.78
Hex682190624C3B15a6015
Octal15023101421147353214025
Binary11010001011001011000101001100111011101011010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680219; }

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

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

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

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

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

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

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

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