Shades of Red Oxide #651E14
Tints of Red Oxide #651E14
RGB
CMYK
RGB Variations
Color information
#651E14 (or 0x651E14) is known color: Red Oxide. HEX triplet: 65, 1E and 14. RGB value is (101,30,20). Sum of RGB (Red+Green+Blue) = 101+30+20=151 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.89% from 151); Green value is 30 (12.11% from 255 or 19.87% from 151); Blue value is 20 (8.20% from 255 or 13.25% from 151); Max value from RGB is 101 - color contains mainly: red. Hex color #651E14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651E14 is #9AE1EB. Grayscale: #323232. Windows color (decimal): -10150380 or 1318501. OLE color: 1318501.
HSL color Cylindrical-coordinate representation of color #651E14: hue angle of 7.41º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #651E14 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 30 | 20 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.60 |
| HSL | 7.41º | 0.67% | 0.24% | - |
| HSV(B) | 7.41º | 0.8% | 0.4% | - |
| XYZ | 5.96 | 3.75 | 1.07 | - |
| YUV | 50.09 | 111.02 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 30 | 20 | 0 | 0.70 | 0.80 | 0.60 | 7.41 | 0.67 | 0.24 |
| Hex | 65 | 1E | 14 | 0 | 46 | 50 | 3C | 7 | 43 | 18 |
| Octal | 145 | 36 | 24 | 0 | 106 | 120 | 74 | 7 | 103 | 30 |
| Binary | 1100101 | 11110 | 10100 | 0 | 1000110 | 1010000 | 111100 | 111 | 1000011 | 11000 |
Color Harmonies of #651E14
Complementary color
Monochromatic Colors of #651E14
Black with #651E14
Text Example
Text Example
White with #651E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651E14; }
p { color: rgb(101,30,20); }
H1.HeaderClassName
{
color: #651E14;
}
.AnyTagClassName
{
color: #651E14;
}
</style>
background-color css
<style>
a { background-color: #651E14; }
a { background-color: rgb(101,30,20); }
div.DivClassName
{
background-color: #651E14;
}
.BgClassName
{
background-color: #651E14;
}
</style>
border-color css
<style>
span { border-color: #651E14; }
span { border-color: rgb(101,30,20); }
td.TdClassName
{
border-color: #651E14;
}
.TagClassName
{
border-color: #651E14;
}
</style>