#68050F

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

Shades of Burgundy #68050F

Tints of Burgundy #68050F

Color information

#68050F (or 0x68050F) is unknown color: approx Burgundy. HEX triplet: 68, 05 and 0F. RGB value is (104,5,15). Sum of RGB (Red+Green+Blue) = 104+5+15=124 (16% of max value = 765). Red value is 104 (41.02% from 255 or 83.87% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 15 (6.25% from 255 or 12.10% from 124); Max value from RGB is 104 - color contains mainly: red. Hex color #68050F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68050F is #97FAF0. Grayscale: #232323. Windows color (decimal): -9960177 or 984424. OLE color: 984424.

HSL color Cylindrical-coordinate representation of color #68050F: hue angle of 353.94º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #68050F is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB104515-
CMYK00.950.860.59
HSL353.94º90.83%21.37%-
HSV(B)353.94º95.19%40.78%-
XYZ5.853.090.74-
YUV35.74116.3176.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 83.87%
GREEN value IS 5 (2.34% from 255) = 4.03%
BLUE value IS 15 (6.25% from 255) = 12.10%
R=83.87%
G=4.03%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10451500.950.860.59353.9490.8321.37
Hex685F05F563B1625b15
Octal15051701371267354213325
Binary11010001011111010111111010110111011101100010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,5,15); }

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

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

 a { background-color: rgb(104,5,15); }

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

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

 span { border-color: rgb(104,5,15); }

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