#68020E

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

Shades of Burgundy #68020E

Tints of Burgundy #68020E

Color information

#68020E (or 0x68020E) is unknown color: approx Burgundy. HEX triplet: 68, 02 and 0E. RGB value is (104,2,14). Sum of RGB (Red+Green+Blue) = 104+2+14=120 (15% of max value = 765). Red value is 104 (41.02% from 255 or 86.67% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 14 (5.86% from 255 or 11.67% from 120); Max value from RGB is 104 - color contains mainly: red. Hex color #68020E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68020E is #97FDF1. Grayscale: #212121. Windows color (decimal): -9960946 or 918120. OLE color: 918120.

HSL color Cylindrical-coordinate representation of color #68020E: hue angle of 352.94º 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 #68020E is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.59.

Color convert

RGB104214-
CMYK00.980.870.59
HSL352.94º96.23%20.78%-
HSV(B)352.94º98.08%40.78%-
XYZ5.813.020.69-
YUV33.87116.79178.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 86.67%
GREEN value IS 2 (1.17% from 255) = 1.67%
BLUE value IS 14 (5.86% from 255) = 11.67%
R=86.67%
G=1.67%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.87
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10421400.980.870.59352.9496.2320.78
Hex682E062573B1616015
Octal15021601421277354114025
Binary1101000101110011000101010111111011101100001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68020E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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