Shades of Red Oxide #641702
Tints of Red Oxide #641702
RGB
CMYK
RGB Variations
Color information
#641702 (or 0x641702) is known color: Red Oxide. HEX triplet: 64, 17 and 02. RGB value is (100,23,2). Sum of RGB (Red+Green+Blue) = 100+23+2=125 (16% of max value = 765). Red value is 100 (39.45% from 255 or 80% from 125); Green value is 23 (9.38% from 255 or 18.4% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 100 - color contains mainly: red. Hex color #641702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641702 is #9BE8FD. Grayscale: #2B2B2B. Windows color (decimal): -10217726 or 137060. OLE color: 137060.
HSL color Cylindrical-coordinate representation of color #641702: hue angle of 12.86º 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 #641702 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 23 | 2 | - |
| CMYK | 0 | 0.77 | 0.98 | 0.61 |
| HSL | 12.86º | 0.96% | 0.2% | - |
| HSV(B) | 12.86º | 0.98% | 0.39% | - |
| XYZ | 5.57 | 3.33 | 0.41 | - |
| YUV | 43.63 | 104.51 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 23 | 2 | 0 | 0.77 | 0.98 | 0.61 | 12.86 | 0.96 | 0.2 |
| Hex | 64 | 17 | 2 | 0 | 4D | 62 | 3D | D | 60 | 14 |
| Octal | 144 | 27 | 2 | 0 | 115 | 142 | 75 | 15 | 140 | 24 |
| Binary | 1100100 | 10111 | 10 | 0 | 1001101 | 1100010 | 111101 | 1101 | 1100000 | 10100 |
Color Harmonies of #641702
Complementary color
Monochromatic Colors of #641702
Black with #641702
Text Example
Text Example
White with #641702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641702; }
p { color: rgb(100,23,2); }
H1.HeaderClassName
{
color: #641702;
}
.AnyTagClassName
{
color: #641702;
}
</style>
background-color css
<style>
a { background-color: #641702; }
a { background-color: rgb(100,23,2); }
div.DivClassName
{
background-color: #641702;
}
.BgClassName
{
background-color: #641702;
}
</style>
border-color css
<style>
span { border-color: #641702; }
span { border-color: rgb(100,23,2); }
td.TdClassName
{
border-color: #641702;
}
.TagClassName
{
border-color: #641702;
}
</style>