#680424

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

Shades of Burgundy #680424

Tints of Burgundy #680424

Color information

#680424 (or 0x680424) is unknown color: approx Burgundy. HEX triplet: 68, 04 and 24. RGB value is (104,4,36). Sum of RGB (Red+Green+Blue) = 104+4+36=144 (19% of max value = 765). Red value is 104 (41.02% from 255 or 72.22% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 36 (14.45% from 255 or 25% from 144); Max value from RGB is 104 - color contains mainly: red. Hex color #680424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680424 is #97FBDB. Grayscale: #252525. Windows color (decimal): -9960412 or 2360424. OLE color: 2360424.

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

Color convert

RGB104436-
CMYK00.960.650.59
HSL340.8º92.59%21.18%-
HSV(B)340.8º96.15%40.78%-
XYZ6.073.161.96-
YUV37.55127.13175.4-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 72.22%
GREEN value IS 4 (1.95% from 255) = 2.78%
BLUE value IS 36 (14.45% from 255) = 25%
R=72.22%
G=2.78%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.65
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10443600.960.650.59340.892.5921.18
Hex68424060413B1555d15
Octal15044401401017352513525
Binary1101000100100100011000001000001111011101010101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680424; }

 p { color: rgb(104,4,36); }

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

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

 a { background-color: rgb(104,4,36); }

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

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

 span { border-color: rgb(104,4,36); }

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