#680111

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

Shades of Burgundy #680111

Tints of Burgundy #680111

Color information

#680111 (or 0x680111) is unknown color: approx Burgundy. HEX triplet: 68, 01 and 11. RGB value is (104,1,17). Sum of RGB (Red+Green+Blue) = 104+1+17=122 (16% of max value = 765). Red value is 104 (41.02% from 255 or 85.25% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 17 (7.03% from 255 or 13.93% from 122); Max value from RGB is 104 - color contains mainly: red. Hex color #680111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680111 is #97FEEE. Grayscale: #212121. Windows color (decimal): -9961199 or 1114472. OLE color: 1114472.

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

Color convert

RGB104117-
CMYK00.990.840.59
HSL350.68º98.1%20.59%-
HSV(B)350.68º99.04%40.78%-
XYZ5.823.010.8-
YUV33.62118.62178.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 85.25%
GREEN value IS 1 (0.78% from 255) = 0.82%
BLUE value IS 17 (7.03% from 255) = 13.93%
R=85.25%
G=0.82%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10411700.990.840.59350.6898.120.59
Hex68111063543B15f6215
Octal15012101431247353714225
Binary1101000110001011000111010100111011101011111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680111; }

 p { color: rgb(104,1,17); }

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

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

 a { background-color: rgb(104,1,17); }

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

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

 span { border-color: rgb(104,1,17); }

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