#68021E

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

Shades of Burgundy #68021E

Tints of Burgundy #68021E

Color information

#68021E (or 0x68021E) is unknown color: approx Burgundy. HEX triplet: 68, 02 and 1E. RGB value is (104,2,30). Sum of RGB (Red+Green+Blue) = 104+2+30=136 (18% of max value = 765). Red value is 104 (41.02% from 255 or 76.47% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 30 (12.11% from 255 or 22.06% from 136); Max value from RGB is 104 - color contains mainly: red. Hex color #68021E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68021E is #97FDE1. Grayscale: #232323. Windows color (decimal): -9960930 or 1966696. OLE color: 1966696.

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

Color convert

RGB104230-
CMYK00.980.710.59
HSL343.53º96.23%20.78%-
HSV(B)343.53º98.08%40.78%-
XYZ5.963.081.51-
YUV35.69124.79176.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 76.47%
GREEN value IS 2 (1.17% from 255) = 1.47%
BLUE value IS 30 (12.11% from 255) = 22.06%
R=76.47%
G=1.47%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10423000.980.710.59343.5396.2320.78
Hex6821E062473B1586015
Octal15023601421077353014025
Binary11010001011110011000101000111111011101011000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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