Shades of Red Oxide #651E0A
Tints of Red Oxide #651E0A
RGB
CMYK
RGB Variations
Color information
#651E0A (or 0x651E0A) is known color: Red Oxide. HEX triplet: 65, 1E and 0A. RGB value is (101,30,10). Sum of RGB (Red+Green+Blue) = 101+30+10=141 (18% of max value = 765). Red value is 101 (39.84% from 255 or 71.63% from 141); Green value is 30 (12.11% from 255 or 21.28% from 141); Blue value is 10 (4.30% from 255 or 7.09% from 141); Max value from RGB is 101 - color contains mainly: red. Hex color #651E0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651E0A is #9AE1F5. Grayscale: #313131. Windows color (decimal): -10150390 or 663141. OLE color: 663141.
HSL color Cylindrical-coordinate representation of color #651E0A: hue angle of 13.19º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #651E0A is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 30 | 10 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.60 |
| HSL | 13.19º | 0.82% | 0.22% | - |
| HSV(B) | 13.19º | 0.9% | 0.4% | - |
| XYZ | 5.89 | 3.72 | 0.69 | - |
| YUV | 48.95 | 106.02 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 30 | 10 | 0 | 0.70 | 0.90 | 0.60 | 13.19 | 0.82 | 0.22 |
| Hex | 65 | 1E | A | 0 | 46 | 5A | 3C | D | 52 | 16 |
| Octal | 145 | 36 | 12 | 0 | 106 | 132 | 74 | 15 | 122 | 26 |
| Binary | 1100101 | 11110 | 1010 | 0 | 1000110 | 1011010 | 111100 | 1101 | 1010010 | 10110 |
Color Harmonies of #651E0A
Complementary color
Monochromatic Colors of #651E0A
Black with #651E0A
Text Example
Text Example
White with #651E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651E0A; }
p { color: rgb(101,30,10); }
H1.HeaderClassName
{
color: #651E0A;
}
.AnyTagClassName
{
color: #651E0A;
}
</style>
background-color css
<style>
a { background-color: #651E0A; }
a { background-color: rgb(101,30,10); }
div.DivClassName
{
background-color: #651E0A;
}
.BgClassName
{
background-color: #651E0A;
}
</style>
border-color css
<style>
span { border-color: #651E0A; }
span { border-color: rgb(101,30,10); }
td.TdClassName
{
border-color: #651E0A;
}
.TagClassName
{
border-color: #651E0A;
}
</style>