#68020A

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

Shades of Burgundy #68020A

Tints of Burgundy #68020A

Color information

#68020A (or 0x68020A) is unknown color: approx Burgundy. HEX triplet: 68, 02 and 0A. RGB value is (104,2,10). Sum of RGB (Red+Green+Blue) = 104+2+10=116 (15% of max value = 765). Red value is 104 (41.02% from 255 or 89.66% from 116); Green value is 2 (1.17% from 255 or 1.72% from 116); Blue value is 10 (4.30% from 255 or 8.62% from 116); Max value from RGB is 104 - color contains mainly: red. Hex color #68020A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68020A is #97FDF5. Grayscale: #212121. Windows color (decimal): -9960950 or 655976. OLE color: 655976.

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

Color convert

RGB104210-
CMYK00.980.900.59
HSL355.29º96.23%20.78%-
HSV(B)355.29º98.08%40.78%-
XYZ5.793.010.56-
YUV33.41114.79178.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 89.66%
GREEN value IS 2 (1.17% from 255) = 1.72%
BLUE value IS 10 (4.30% from 255) = 8.62%
R=89.66%
G=1.72%
B=8.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10421000.980.900.59355.2996.2320.78
Hex682A0625A3B1636015
Octal15021201421327354314025
Binary1101000101010011000101011010111011101100011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68020A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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