#680305

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

Shades of Burgundy #680305

Tints of Burgundy #680305

Color information

#680305 (or 0x680305) is unknown color: approx Burgundy. HEX triplet: 68, 03 and 05. RGB value is (104,3,5). Sum of RGB (Red+Green+Blue) = 104+3+5=112 (14% of max value = 765). Red value is 104 (41.02% from 255 or 92.86% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 5 (2.34% from 255 or 4.46% from 112); Max value from RGB is 104 - color contains mainly: red. Hex color #680305 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680305 is #97FCFA. Grayscale: #212121. Windows color (decimal): -9960699 or 328552. OLE color: 328552.

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

Color convert

RGB10435-
CMYK00.970.950.59
HSL358.81º94.39%20.98%-
HSV(B)358.81º97.12%40.78%-
XYZ5.773.020.42-
YUV33.43111.96178.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 92.86%
GREEN value IS 3 (1.56% from 255) = 2.68%
BLUE value IS 5 (2.34% from 255) = 4.46%
R=92.86%
G=2.68%
B=4.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.95
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1043500.970.950.59358.8194.3920.98
Hex68350615F3B1675e15
Octal1503501411377354713625
Binary110100011101011000011011111111011101100111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680305; }

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

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

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

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

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

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

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

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