#68040F

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

Shades of Burgundy #68040F

Tints of Burgundy #68040F

Color information

#68040F (or 0x68040F) is unknown color: approx Burgundy. HEX triplet: 68, 04 and 0F. RGB value is (104,4,15). Sum of RGB (Red+Green+Blue) = 104+4+15=123 (16% of max value = 765). Red value is 104 (41.02% from 255 or 84.55% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 15 (6.25% from 255 or 12.20% from 123); Max value from RGB is 104 - color contains mainly: red. Hex color #68040F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68040F is #97FBF0. Grayscale: #232323. Windows color (decimal): -9960433 or 984168. OLE color: 984168.

HSL color Cylindrical-coordinate representation of color #68040F: hue angle of 353.4º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #68040F is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB104415-
CMYK00.960.860.59
HSL353.4º92.59%21.18%-
HSV(B)353.4º96.15%40.78%-
XYZ5.843.060.74-
YUV35.15116.63177.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 84.55%
GREEN value IS 4 (1.95% from 255) = 3.25%
BLUE value IS 15 (6.25% from 255) = 12.20%
R=84.55%
G=3.25%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10441500.960.860.59353.492.5921.18
Hex684F060563B1615d15
Octal15041701401267354113525
Binary11010001001111011000001010110111011101100001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68040F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68040F; }

 p { color: rgb(104,4,15); }

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

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

 a { background-color: rgb(104,4,15); }

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

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

 span { border-color: rgb(104,4,15); }

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