Shades of Red Oxide #65150E
Tints of Red Oxide #65150E
RGB
CMYK
RGB Variations
Color information
#65150E (or 0x65150E) is known color: Red Oxide. HEX triplet: 65, 15 and 0E. RGB value is (101,21,14). Sum of RGB (Red+Green+Blue) = 101+21+14=136 (18% of max value = 765). Red value is 101 (39.84% from 255 or 74.26% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 14 (5.86% from 255 or 10.29% from 136); Max value from RGB is 101 - color contains mainly: red. Hex color #65150E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65150E is #9AEAF1. Grayscale: #2C2C2C. Windows color (decimal): -10152690 or 922981. OLE color: 922981.
HSL color Cylindrical-coordinate representation of color #65150E: hue angle of 4.83º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #65150E is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 21 | 14 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.60 |
| HSL | 4.83º | 0.76% | 0.23% | - |
| HSV(B) | 4.83º | 0.86% | 0.4% | - |
| XYZ | 5.71 | 3.33 | 0.76 | - |
| YUV | 44.12 | 111 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 21 | 14 | 0 | 0.79 | 0.86 | 0.60 | 4.83 | 0.76 | 0.23 |
| Hex | 65 | 15 | E | 0 | 4F | 56 | 3C | 5 | 4C | 17 |
| Octal | 145 | 25 | 16 | 0 | 117 | 126 | 74 | 5 | 114 | 27 |
| Binary | 1100101 | 10101 | 1110 | 0 | 1001111 | 1010110 | 111100 | 101 | 1001100 | 10111 |
Color Harmonies of #65150E
Complementary color
Monochromatic Colors of #65150E
Black with #65150E
Text Example
Text Example
White with #65150E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65150E; }
p { color: rgb(101,21,14); }
H1.HeaderClassName
{
color: #65150E;
}
.AnyTagClassName
{
color: #65150E;
}
</style>
background-color css
<style>
a { background-color: #65150E; }
a { background-color: rgb(101,21,14); }
div.DivClassName
{
background-color: #65150E;
}
.BgClassName
{
background-color: #65150E;
}
</style>
border-color css
<style>
span { border-color: #65150E; }
span { border-color: rgb(101,21,14); }
td.TdClassName
{
border-color: #65150E;
}
.TagClassName
{
border-color: #65150E;
}
</style>