#68040A

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

Shades of Burgundy #68040A

Tints of Burgundy #68040A

Color information

#68040A (or 0x68040A) is unknown color: approx Burgundy. HEX triplet: 68, 04 and 0A. RGB value is (104,4,10). Sum of RGB (Red+Green+Blue) = 104+4+10=118 (15% of max value = 765). Red value is 104 (41.02% from 255 or 88.14% from 118); Green value is 4 (1.95% from 255 or 3.39% from 118); Blue value is 10 (4.30% from 255 or 8.47% from 118); Max value from RGB is 104 - color contains mainly: red. Hex color #68040A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68040A is #97FBF5. Grayscale: #222222. Windows color (decimal): -9960438 or 656488. OLE color: 656488.

HSL color Cylindrical-coordinate representation of color #68040A: hue angle of 356.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 #68040A is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB104410-
CMYK00.960.900.59
HSL356.4º92.59%21.18%-
HSV(B)356.4º96.15%40.78%-
XYZ5.813.050.57-
YUV34.58114.13177.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 88.14%
GREEN value IS 4 (1.95% from 255) = 3.39%
BLUE value IS 10 (4.30% from 255) = 8.47%
R=88.14%
G=3.39%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10441000.960.900.59356.492.5921.18
Hex684A0605A3B1645d15
Octal15041201401327354413525
Binary11010001001010011000001011010111011101100100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68040A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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