#680005

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

Shades of Burgundy #680005

Tints of Burgundy #680005

Color information

#680005 (or 0x680005) is unknown color: approx Burgundy. HEX triplet: 68, 00 and 05. RGB value is (104,0,5). Sum of RGB (Red+Green+Blue) = 104+0+5=109 (14% of max value = 765). Red value is 104 (41.02% from 255 or 95.41% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 5 (2.34% from 255 or 4.59% from 109); Max value from RGB is 104 - color contains mainly: red. Hex color #680005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680005 is #97FFFA. Grayscale: #1F1F1F. Windows color (decimal): -9961467 or 327784. OLE color: 327784.

HSL color Cylindrical-coordinate representation of color #680005: hue angle of 357.12º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #680005 is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.59.

Color convert

RGB10405-
CMYK010.950.59
HSL357.12º100%20.39%-
HSV(B)357.12º100%40.78%-
XYZ5.742.950.41-
YUV31.67112.96179.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 95.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 5 (2.34% from 255) = 4.59%
R=95.41%
G=0%
B=4.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.95
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10405010.950.59357.1210020.39
Hex68050645F3B1656414
Octal1500501441377354514424
Binary11010000101011001001011111111011101100101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680005; }

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

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

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

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

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

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

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

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