#68010C

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

Shades of Burgundy #68010C

Tints of Burgundy #68010C

Color information

#68010C (or 0x68010C) is unknown color: approx Burgundy. HEX triplet: 68, 01 and 0C. RGB value is (104,1,12). Sum of RGB (Red+Green+Blue) = 104+1+12=117 (15% of max value = 765). Red value is 104 (41.02% from 255 or 88.89% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 12 (5.08% from 255 or 10.26% from 117); Max value from RGB is 104 - color contains mainly: red. Hex color #68010C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68010C is #97FEF3. Grayscale: #212121. Windows color (decimal): -9961204 or 786792. OLE color: 786792.

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

Color convert

RGB104112-
CMYK00.990.880.59
HSL353.59º98.1%20.59%-
HSV(B)353.59º99.04%40.78%-
XYZ5.792.990.62-
YUV33.05116.12178.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 88.89%
GREEN value IS 1 (0.78% from 255) = 0.85%
BLUE value IS 12 (5.08% from 255) = 10.26%
R=88.89%
G=0.85%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10411200.990.880.59353.5998.120.59
Hex681C063583B1626215
Octal15011401431307354214225
Binary110100011100011000111011000111011101100010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68010C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68010C; }

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

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

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

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

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

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

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

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