#680324

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

Shades of Burgundy #680324

Tints of Burgundy #680324

Color information

#680324 (or 0x680324) is unknown color: approx Burgundy. HEX triplet: 68, 03 and 24. RGB value is (104,3,36). Sum of RGB (Red+Green+Blue) = 104+3+36=143 (18% of max value = 765). Red value is 104 (41.02% from 255 or 72.73% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 36 (14.45% from 255 or 25.17% from 143); Max value from RGB is 104 - color contains mainly: red. Hex color #680324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680324 is #97FCDB. Grayscale: #242424. Windows color (decimal): -9960668 or 2360168. OLE color: 2360168.

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

Color convert

RGB104336-
CMYK00.970.650.59
HSL340.4º94.39%20.98%-
HSV(B)340.4º97.12%40.78%-
XYZ6.063.141.95-
YUV36.96127.46175.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 72.73%
GREEN value IS 3 (1.56% from 255) = 2.10%
BLUE value IS 36 (14.45% from 255) = 25.17%
R=72.73%
G=2.10%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.65
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10433600.970.650.59340.494.3920.98
Hex68324061413B1545e15
Octal15034401411017352413625
Binary110100011100100011000011000001111011101010100101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680324; }

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

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

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

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

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

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

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

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