Shades of Maroon #640F02
Tints of Maroon #640F02
RGB
CMYK
RGB Variations
Color information
#640F02 (or 0x640F02) is known color: Maroon. HEX triplet: 64, 0F and 02. RGB value is (100,15,2). Sum of RGB (Red+Green+Blue) = 100+15+2=117 (15% of max value = 765). Red value is 100 (39.45% from 255 or 85.47% from 117); Green value is 15 (6.25% from 255 or 12.82% from 117); Blue value is 2 (1.17% from 255 or 1.71% from 117); Max value from RGB is 100 - color contains mainly: red. Hex color #640F02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640F02 is #9BF0FD. Grayscale: #272727. Windows color (decimal): -10219774 or 135012. OLE color: 135012.
HSL color Cylindrical-coordinate representation of color #640F02: hue angle of 7.96º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #640F02 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 15 | 2 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.61 |
| HSL | 7.96º | 0.96% | 0.2% | - |
| HSV(B) | 7.96º | 0.98% | 0.39% | - |
| XYZ | 5.44 | 3.06 | 0.36 | - |
| YUV | 38.93 | 107.16 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 15 | 2 | 0 | 0.85 | 0.98 | 0.61 | 7.96 | 0.96 | 0.2 |
| Hex | 64 | F | 2 | 0 | 55 | 62 | 3D | 8 | 60 | 14 |
| Octal | 144 | 17 | 2 | 0 | 125 | 142 | 75 | 10 | 140 | 24 |
| Binary | 1100100 | 1111 | 10 | 0 | 1010101 | 1100010 | 111101 | 1000 | 1100000 | 10100 |
Color Harmonies of #640F02
Complementary color
Monochromatic Colors of #640F02
Black with #640F02
Text Example
Text Example
White with #640F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640F02; }
p { color: rgb(100,15,2); }
H1.HeaderClassName
{
color: #640F02;
}
.AnyTagClassName
{
color: #640F02;
}
</style>
background-color css
<style>
a { background-color: #640F02; }
a { background-color: rgb(100,15,2); }
div.DivClassName
{
background-color: #640F02;
}
.BgClassName
{
background-color: #640F02;
}
</style>
border-color css
<style>
span { border-color: #640F02; }
span { border-color: rgb(100,15,2); }
td.TdClassName
{
border-color: #640F02;
}
.TagClassName
{
border-color: #640F02;
}
</style>