#68050C

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

Shades of Burgundy #68050C

Tints of Burgundy #68050C

Color information

#68050C (or 0x68050C) is unknown color: approx Burgundy. HEX triplet: 68, 05 and 0C. RGB value is (104,5,12). Sum of RGB (Red+Green+Blue) = 104+5+12=121 (16% of max value = 765). Red value is 104 (41.02% from 255 or 85.95% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 12 (5.08% from 255 or 9.92% from 121); Max value from RGB is 104 - color contains mainly: red. Hex color #68050C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68050C is #97FAF3. Grayscale: #232323. Windows color (decimal): -9960180 or 787816. OLE color: 787816.

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

Color convert

RGB104512-
CMYK00.950.880.59
HSL355.76º90.83%21.37%-
HSV(B)355.76º95.19%40.78%-
XYZ5.833.080.63-
YUV35.4114.8176.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 85.95%
GREEN value IS 5 (2.34% from 255) = 4.13%
BLUE value IS 12 (5.08% from 255) = 9.92%
R=85.95%
G=4.13%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10451200.950.880.59355.7690.8321.37
Hex685C05F583B1645b15
Octal15051401371307354413325
Binary11010001011100010111111011000111011101100100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68050C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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