#68050A

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

Shades of Burgundy #68050A

Tints of Burgundy #68050A

Color information

#68050A (or 0x68050A) is unknown color: approx Burgundy. HEX triplet: 68, 05 and 0A. RGB value is (104,5,10). Sum of RGB (Red+Green+Blue) = 104+5+10=119 (15% of max value = 765). Red value is 104 (41.02% from 255 or 87.39% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 10 (4.30% from 255 or 8.40% from 119); Max value from RGB is 104 - color contains mainly: red. Hex color #68050A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68050A is #97FAF5. Grayscale: #232323. Windows color (decimal): -9960182 or 656744. OLE color: 656744.

HSL color Cylindrical-coordinate representation of color #68050A: hue angle of 356.97º 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 #68050A is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB104510-
CMYK00.950.900.59
HSL356.97º90.83%21.37%-
HSV(B)356.97º95.19%40.78%-
XYZ5.823.070.57-
YUV35.17113.8177.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 87.39%
GREEN value IS 5 (2.34% from 255) = 4.20%
BLUE value IS 10 (4.30% from 255) = 8.40%
R=87.39%
G=4.20%
B=8.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10451000.950.900.59356.9790.8321.37
Hex685A05F5A3B1655b15
Octal15051201371327354513325
Binary11010001011010010111111011010111011101100101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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