Shades of Red Oxide #642019
Tints of Red Oxide #642019
RGB
CMYK
RGB Variations
Color information
#642019 (or 0x642019) is known color: Red Oxide. HEX triplet: 64, 20 and 19. RGB value is (100,32,25). Sum of RGB (Red+Green+Blue) = 100+32+25=157 (20% of max value = 765). Red value is 100 (39.45% from 255 or 63.69% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 25 (10.16% from 255 or 15.92% from 157); Max value from RGB is 100 - color contains mainly: red. Hex color #642019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642019 is #9BDFE6. Grayscale: #333333. Windows color (decimal): -10215399 or 1646692. OLE color: 1646692.
HSL color Cylindrical-coordinate representation of color #642019: hue angle of 5.6º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #642019 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 32 | 25 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.61 |
| HSL | 5.6º | 0.6% | 0.25% | - |
| HSV(B) | 5.6º | 0.75% | 0.39% | - |
| XYZ | 5.95 | 3.81 | 1.34 | - |
| YUV | 51.53 | 113.03 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 32 | 25 | 0 | 0.68 | 0.75 | 0.61 | 5.6 | 0.6 | 0.25 |
| Hex | 64 | 20 | 19 | 0 | 44 | 4B | 3D | 6 | 3C | 19 |
| Octal | 144 | 40 | 31 | 0 | 104 | 113 | 75 | 6 | 74 | 31 |
| Binary | 1100100 | 100000 | 11001 | 0 | 1000100 | 1001011 | 111101 | 110 | 111100 | 11001 |
Color Harmonies of #642019
Complementary color
Monochromatic Colors of #642019
Black with #642019
Text Example
Text Example
White with #642019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642019; }
p { color: rgb(100,32,25); }
H1.HeaderClassName
{
color: #642019;
}
.AnyTagClassName
{
color: #642019;
}
</style>
background-color css
<style>
a { background-color: #642019; }
a { background-color: rgb(100,32,25); }
div.DivClassName
{
background-color: #642019;
}
.BgClassName
{
background-color: #642019;
}
</style>
border-color css
<style>
span { border-color: #642019; }
span { border-color: rgb(100,32,25); }
td.TdClassName
{
border-color: #642019;
}
.TagClassName
{
border-color: #642019;
}
</style>