#68011E

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

Shades of Burgundy #68011E

Tints of Burgundy #68011E

Color information

#68011E (or 0x68011E) is unknown color: approx Burgundy. HEX triplet: 68, 01 and 1E. RGB value is (104,1,30). Sum of RGB (Red+Green+Blue) = 104+1+30=135 (17% of max value = 765). Red value is 104 (41.02% from 255 or 77.04% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 30 (12.11% from 255 or 22.22% from 135); Max value from RGB is 104 - color contains mainly: red. Hex color #68011E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68011E is #97FEE1. Grayscale: #232323. Windows color (decimal): -9961186 or 1966440. OLE color: 1966440.

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

Color convert

RGB104130-
CMYK00.990.710.59
HSL343.11º98.1%20.59%-
HSV(B)343.11º99.04%40.78%-
XYZ5.953.061.5-
YUV35.1125.12177.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 77.04%
GREEN value IS 1 (0.78% from 255) = 0.74%
BLUE value IS 30 (12.11% from 255) = 22.22%
R=77.04%
G=0.74%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10413000.990.710.59343.1198.120.59
Hex6811E063473B1576215
Octal15013601431077352714225
Binary1101000111110011000111000111111011101010111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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