#680113

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

Shades of Burgundy #680113

Tints of Burgundy #680113

Color information

#680113 (or 0x680113) is unknown color: approx Burgundy. HEX triplet: 68, 01 and 13. RGB value is (104,1,19). Sum of RGB (Red+Green+Blue) = 104+1+19=124 (16% of max value = 765). Red value is 104 (41.02% from 255 or 83.87% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 104 - color contains mainly: red. Hex color #680113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680113 is #97FEEC. Grayscale: #212121. Windows color (decimal): -9961197 or 1245544. OLE color: 1245544.

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

Color convert

RGB104119-
CMYK00.990.820.59
HSL349.51º98.1%20.59%-
HSV(B)349.51º99.04%40.78%-
XYZ5.843.010.89-
YUV33.85119.62178.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 83.87%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 19 (7.81% from 255) = 15.32%
R=83.87%
G=0.81%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10411900.990.820.59349.5198.120.59
Hex68113063523B15e6215
Octal15012301431227353614225
Binary1101000110011011000111010010111011101011110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680113; }

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

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

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

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

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

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

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

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