#680010

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

Shades of Burgundy #680010

Tints of Burgundy #680010

Color information

#680010 (or 0x680010) is unknown color: approx Burgundy. HEX triplet: 68, 00 and 10. RGB value is (104,0,16). Sum of RGB (Red+Green+Blue) = 104+0+16=120 (15% of max value = 765). Red value is 104 (41.02% from 255 or 86.67% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 104 - color contains mainly: red. Hex color #680010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680010 is #97FFEF. Grayscale: #202020. Windows color (decimal): -9961456 or 1048680. OLE color: 1048680.

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

Color convert

RGB104016-
CMYK010.850.59
HSL350.77º100%20.39%-
HSV(B)350.77º100%40.78%-
XYZ5.82.980.76-
YUV32.92118.46178.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 86.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 16 (6.64% from 255) = 13.33%
R=86.67%
G=0%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104016010.850.59350.7710020.39
Hex68010064553B15f6414
Octal15002001441257353714424
Binary1101000010000011001001010101111011101011111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680010; }

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

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

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

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

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

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

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

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