Shades of Red Oxide #651E16
Tints of Red Oxide #651E16
RGB
CMYK
RGB Variations
Color information
#651E16 (or 0x651E16) is known color: Red Oxide. HEX triplet: 65, 1E and 16. RGB value is (101,30,22). Sum of RGB (Red+Green+Blue) = 101+30+22=153 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.01% from 153); Green value is 30 (12.11% from 255 or 19.61% from 153); Blue value is 22 (8.98% from 255 or 14.38% from 153); Max value from RGB is 101 - color contains mainly: red. Hex color #651E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651E16 is #9AE1E9. Grayscale: #323232. Windows color (decimal): -10150378 or 1449573. OLE color: 1449573.
HSL color Cylindrical-coordinate representation of color #651E16: hue angle of 6.08º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #651E16 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 30 | 22 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.60 |
| HSL | 6.08º | 0.64% | 0.24% | - |
| HSV(B) | 6.08º | 0.78% | 0.4% | - |
| XYZ | 5.98 | 3.75 | 1.17 | - |
| YUV | 50.32 | 112.02 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 30 | 22 | 0 | 0.70 | 0.78 | 0.60 | 6.08 | 0.64 | 0.24 |
| Hex | 65 | 1E | 16 | 0 | 46 | 4E | 3C | 6 | 40 | 18 |
| Octal | 145 | 36 | 26 | 0 | 106 | 116 | 74 | 6 | 100 | 30 |
| Binary | 1100101 | 11110 | 10110 | 0 | 1000110 | 1001110 | 111100 | 110 | 1000000 | 11000 |
Color Harmonies of #651E16
Complementary color
Monochromatic Colors of #651E16
Black with #651E16
Text Example
Text Example
White with #651E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651E16; }
p { color: rgb(101,30,22); }
H1.HeaderClassName
{
color: #651E16;
}
.AnyTagClassName
{
color: #651E16;
}
</style>
background-color css
<style>
a { background-color: #651E16; }
a { background-color: rgb(101,30,22); }
div.DivClassName
{
background-color: #651E16;
}
.BgClassName
{
background-color: #651E16;
}
</style>
border-color css
<style>
span { border-color: #651E16; }
span { border-color: rgb(101,30,22); }
td.TdClassName
{
border-color: #651E16;
}
.TagClassName
{
border-color: #651E16;
}
</style>