#64010A

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

Shades of Burgundy #64010A

Tints of Burgundy #64010A

Color information

#64010A (or 0x64010A) is unknown color: approx Burgundy. HEX triplet: 64, 01 and 0A. RGB value is (100,1,10). Sum of RGB (Red+Green+Blue) = 100+1+10=111 (14% of max value = 765). Red value is 100 (39.45% from 255 or 90.09% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 10 (4.30% from 255 or 9.01% from 111); Max value from RGB is 100 - color contains mainly: red. Hex color #64010A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64010A is #9BFEF5. Grayscale: #1F1F1F. Windows color (decimal): -10223350 or 655716. OLE color: 655716.

HSL color Cylindrical-coordinate representation of color #64010A: hue angle of 354.55º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #64010A is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB100110-
CMYK00.990.900.61
HSL354.55º98.02%19.8%-
HSV(B)354.55º99%39.22%-
XYZ5.322.750.54-
YUV31.63115.8176.77-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 90.09%
GREEN value IS 1 (0.78% from 255) = 0.90%
BLUE value IS 10 (4.30% from 255) = 9.01%
R=90.09%
G=0.90%
B=9.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.90
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10011000.990.900.61354.5598.0219.8
Hex641A0635A3D1636214
Octal14411201431327554314224
Binary110010011010011000111011010111101101100011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64010A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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