Shades of Red Oxide #641601
Tints of Red Oxide #641601
RGB
CMYK
RGB Variations
Color information
#641601 (or 0x641601) is known color: Red Oxide. HEX triplet: 64, 16 and 01. RGB value is (100,22,1). Sum of RGB (Red+Green+Blue) = 100+22+1=123 (16% of max value = 765). Red value is 100 (39.45% from 255 or 81.30% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 100 - color contains mainly: red. Hex color #641601 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641601 is #9BE9FE. Grayscale: #2B2B2B. Windows color (decimal): -10217983 or 71268. OLE color: 71268.
HSL color Cylindrical-coordinate representation of color #641601: hue angle of 12.73º 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 #641601 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 22 | 1 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.61 |
| HSL | 12.73º | 0.98% | 0.2% | - |
| HSV(B) | 12.73º | 0.99% | 0.39% | - |
| XYZ | 5.55 | 3.29 | 0.37 | - |
| YUV | 42.93 | 104.34 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 22 | 1 | 0 | 0.78 | 0.99 | 0.61 | 12.73 | 0.98 | 0.2 |
| Hex | 64 | 16 | 1 | 0 | 4E | 63 | 3D | D | 62 | 14 |
| Octal | 144 | 26 | 1 | 0 | 116 | 143 | 75 | 15 | 142 | 24 |
| Binary | 1100100 | 10110 | 1 | 0 | 1001110 | 1100011 | 111101 | 1101 | 1100010 | 10100 |
Color Harmonies of #641601
Complementary color
Monochromatic Colors of #641601
Black with #641601
Text Example
Text Example
White with #641601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641601; }
p { color: rgb(100,22,1); }
H1.HeaderClassName
{
color: #641601;
}
.AnyTagClassName
{
color: #641601;
}
</style>
background-color css
<style>
a { background-color: #641601; }
a { background-color: rgb(100,22,1); }
div.DivClassName
{
background-color: #641601;
}
.BgClassName
{
background-color: #641601;
}
</style>
border-color css
<style>
span { border-color: #641601; }
span { border-color: rgb(100,22,1); }
td.TdClassName
{
border-color: #641601;
}
.TagClassName
{
border-color: #641601;
}
</style>