#68010A

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

Shades of Burgundy #68010A

Tints of Burgundy #68010A

Color information

#68010A (or 0x68010A) is unknown color: approx Burgundy. HEX triplet: 68, 01 and 0A. RGB value is (104,1,10). Sum of RGB (Red+Green+Blue) = 104+1+10=115 (15% of max value = 765). Red value is 104 (41.02% from 255 or 90.43% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 10 (4.30% from 255 or 8.70% from 115); Max value from RGB is 104 - color contains mainly: red. Hex color #68010A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68010A is #97FEF5. Grayscale: #202020. Windows color (decimal): -9961206 or 655720. OLE color: 655720.

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

Color convert

RGB104110-
CMYK00.990.900.59
HSL354.76º98.1%20.59%-
HSV(B)354.76º99.04%40.78%-
XYZ5.772.990.56-
YUV32.82115.12178.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 90.43%
GREEN value IS 1 (0.78% from 255) = 0.87%
BLUE value IS 10 (4.30% from 255) = 8.70%
R=90.43%
G=0.87%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10411000.990.900.59354.7698.120.59
Hex681A0635A3B1636215
Octal15011201431327354314225
Binary110100011010011000111011010111011101100011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68010A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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