#680320

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

Shades of Burgundy #680320

Tints of Burgundy #680320

Color information

#680320 (or 0x680320) is unknown color: approx Burgundy. HEX triplet: 68, 03 and 20. RGB value is (104,3,32). Sum of RGB (Red+Green+Blue) = 104+3+32=139 (18% of max value = 765). Red value is 104 (41.02% from 255 or 74.82% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 32 (12.89% from 255 or 23.02% from 139); Max value from RGB is 104 - color contains mainly: red. Hex color #680320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680320 is #97FCDF. Grayscale: #242424. Windows color (decimal): -9960672 or 2098024. OLE color: 2098024.

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

Color convert

RGB104332-
CMYK00.970.690.59
HSL342.77º94.39%20.98%-
HSV(B)342.77º97.12%40.78%-
XYZ63.111.65-
YUV36.51125.46176.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 74.82%
GREEN value IS 3 (1.56% from 255) = 2.16%
BLUE value IS 32 (12.89% from 255) = 23.02%
R=74.82%
G=2.16%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10433200.970.690.59342.7794.3920.98
Hex68320061453B1575e15
Octal15034001411057352713625
Binary110100011100000011000011000101111011101010111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680320; }

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

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

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

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

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

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

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

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