#64010B

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

Shades of Burgundy #64010B

Tints of Burgundy #64010B

Color information

#64010B (or 0x64010B) is unknown color: approx Burgundy. HEX triplet: 64, 01 and 0B. RGB value is (100,1,11). Sum of RGB (Red+Green+Blue) = 100+1+11=112 (14% of max value = 765). Red value is 100 (39.45% from 255 or 89.29% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 11 (4.69% from 255 or 9.82% from 112); Max value from RGB is 100 - color contains mainly: red. Hex color #64010B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64010B is #9BFEF4. Grayscale: #1F1F1F. Windows color (decimal): -10223349 or 721252. OLE color: 721252.

HSL color Cylindrical-coordinate representation of color #64010B: hue angle of 353.94º 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 #64010B is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.61.

Color convert

RGB100111-
CMYK00.990.890.61
HSL353.94º98.02%19.8%-
HSV(B)353.94º99%39.22%-
XYZ5.332.760.57-
YUV31.74116.3176.69-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 89.29%
GREEN value IS 1 (0.78% from 255) = 0.89%
BLUE value IS 11 (4.69% from 255) = 9.82%
R=89.29%
G=0.89%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.89
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10011100.990.890.61353.9498.0219.8
Hex641B063593D1626214
Octal14411301431317554214224
Binary110010011011011000111011001111101101100010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64010B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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