#64000B

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

Shades of Burgundy #64000B

Tints of Burgundy #64000B

Color information

#64000B (or 0x64000B) is unknown color: approx Burgundy. HEX triplet: 64, 00 and 0B. RGB value is (100,0,11). Sum of RGB (Red+Green+Blue) = 100+0+11=111 (14% of max value = 765). Red value is 100 (39.45% from 255 or 90.09% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 11 (4.69% from 255 or 9.91% from 111); Max value from RGB is 100 - color contains mainly: red. Hex color #64000B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64000B is #9BFFF4. Grayscale: #1F1F1F. Windows color (decimal): -10223605 or 720996. OLE color: 720996.

HSL color Cylindrical-coordinate representation of color #64000B: hue angle of 353.4º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #64000B is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.61.

Color convert

RGB100011-
CMYK010.890.61
HSL353.4º100%19.61%-
HSV(B)353.4º100%39.22%-
XYZ5.322.730.56-
YUV31.15116.63177.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 90.09%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 9.91%
R=90.09%
G=0%
B=9.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.89
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100011010.890.61353.410019.61
Hex640B064593D1616414
Octal14401301441317554114424
Binary110010001011011001001011001111101101100001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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