#68061E

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

Shades of Burgundy #68061E

Tints of Burgundy #68061E

Color information

#68061E (or 0x68061E) is unknown color: approx Burgundy. HEX triplet: 68, 06 and 1E. RGB value is (104,6,30). Sum of RGB (Red+Green+Blue) = 104+6+30=140 (18% of max value = 765). Red value is 104 (41.02% from 255 or 74.29% from 140); Green value is 6 (2.73% from 255 or 4.29% from 140); Blue value is 30 (12.11% from 255 or 21.43% from 140); Max value from RGB is 104 - color contains mainly: red. Hex color #68061E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68061E is #97F9E1. Grayscale: #262626. Windows color (decimal): -9959906 or 1967720. OLE color: 1967720.

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

Color convert

RGB104630-
CMYK00.940.710.59
HSL345.31º89.09%21.57%-
HSV(B)345.31º94.23%40.78%-
XYZ6.013.171.52-
YUV38.04123.47175.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 74.29%
GREEN value IS 6 (2.73% from 255) = 4.29%
BLUE value IS 30 (12.11% from 255) = 21.43%
R=74.29%
G=4.29%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10463000.940.710.59345.3189.0921.57
Hex6861E05E473B1595916
Octal15063601361077353113126
Binary110100011011110010111101000111111011101011001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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