#680522

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

Shades of Burgundy #680522

Tints of Burgundy #680522

Color information

#680522 (or 0x680522) is unknown color: approx Burgundy. HEX triplet: 68, 05 and 22. RGB value is (104,5,34). Sum of RGB (Red+Green+Blue) = 104+5+34=143 (18% of max value = 765). Red value is 104 (41.02% from 255 or 72.73% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 34 (13.67% from 255 or 23.78% from 143); Max value from RGB is 104 - color contains mainly: red. Hex color #680522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680522 is #97FADD. Grayscale: #252525. Windows color (decimal): -9960158 or 2229608. OLE color: 2229608.

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

Color convert

RGB104534-
CMYK00.950.670.59
HSL342.42º90.83%21.37%-
HSV(B)342.42º95.19%40.78%-
XYZ6.053.171.81-
YUV37.91125.8175.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 72.73%
GREEN value IS 5 (2.34% from 255) = 3.50%
BLUE value IS 34 (13.67% from 255) = 23.78%
R=72.73%
G=3.50%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.67
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10453400.950.670.59342.4290.8321.37
Hex6852205F433B1565b15
Octal15054201371037352613325
Binary1101000101100010010111111000011111011101010110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680522; }

 p { color: rgb(104,5,34); }

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

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

 a { background-color: rgb(104,5,34); }

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

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

 span { border-color: rgb(104,5,34); }

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