#680525

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

Shades of Burgundy #680525

Tints of Burgundy #680525

Color information

#680525 (or 0x680525) is unknown color: approx Burgundy. HEX triplet: 68, 05 and 25. RGB value is (104,5,37). Sum of RGB (Red+Green+Blue) = 104+5+37=146 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.23% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 37 (14.84% from 255 or 25.34% from 146); Max value from RGB is 104 - color contains mainly: red. Hex color #680525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680525 is #97FADA. Grayscale: #262626. Windows color (decimal): -9960155 or 2426216. OLE color: 2426216.

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

Color convert

RGB104537-
CMYK00.950.640.59
HSL340.61º90.83%21.37%-
HSV(B)340.61º95.19%40.78%-
XYZ6.13.192.04-
YUV38.25127.3174.9-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 71.23%
GREEN value IS 5 (2.34% from 255) = 3.42%
BLUE value IS 37 (14.84% from 255) = 25.34%
R=71.23%
G=3.42%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10453700.950.640.59340.6190.8321.37
Hex6852505F403B1555b15
Octal15054501371007352513325
Binary1101000101100101010111111000000111011101010101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680525; }

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

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

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

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

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

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

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

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