#68061F

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

Shades of Burgundy #68061F

Tints of Burgundy #68061F

Color information

#68061F (or 0x68061F) is unknown color: approx Burgundy. HEX triplet: 68, 06 and 1F. RGB value is (104,6,31). Sum of RGB (Red+Green+Blue) = 104+6+31=141 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.76% from 141); Green value is 6 (2.73% from 255 or 4.26% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 104 - color contains mainly: red. Hex color #68061F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68061F is #97F9E0. Grayscale: #262626. Windows color (decimal): -9959905 or 2033256. OLE color: 2033256.

HSL color Cylindrical-coordinate representation of color #68061F: hue angle of 344.69º 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 #68061F is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB104631-
CMYK00.940.700.59
HSL344.69º89.09%21.57%-
HSV(B)344.69º94.23%40.78%-
XYZ6.023.171.59-
YUV38.15123.97174.97-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 73.76%
GREEN value IS 6 (2.73% from 255) = 4.26%
BLUE value IS 31 (12.5% from 255) = 21.99%
R=73.76%
G=4.26%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10463100.940.700.59344.6989.0921.57
Hex6861F05E463B1595916
Octal15063701361067353113126
Binary110100011011111010111101000110111011101011001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68061F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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