Shades of Red Oxide #65160D
Tints of Red Oxide #65160D
RGB
CMYK
RGB Variations
Color information
#65160D (or 0x65160D) is known color: Red Oxide. HEX triplet: 65, 16 and 0D. RGB value is (101,22,13). Sum of RGB (Red+Green+Blue) = 101+22+13=136 (18% of max value = 765). Red value is 101 (39.84% from 255 or 74.26% from 136); Green value is 22 (8.98% from 255 or 16.18% from 136); Blue value is 13 (5.47% from 255 or 9.56% from 136); Max value from RGB is 101 - color contains mainly: red. Hex color #65160D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65160D is #9AE9F2. Grayscale: #2C2C2C. Windows color (decimal): -10152435 or 857701. OLE color: 857701.
HSL color Cylindrical-coordinate representation of color #65160D: hue angle of 6.14º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #65160D is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 22 | 13 | - |
| CMYK | 0 | 0.78 | 0.87 | 0.60 |
| HSL | 6.14º | 0.77% | 0.22% | - |
| HSV(B) | 6.14º | 0.87% | 0.4% | - |
| XYZ | 5.73 | 3.37 | 0.73 | - |
| YUV | 44.6 | 110.17 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 22 | 13 | 0 | 0.78 | 0.87 | 0.60 | 6.14 | 0.77 | 0.22 |
| Hex | 65 | 16 | D | 0 | 4E | 57 | 3C | 6 | 4D | 16 |
| Octal | 145 | 26 | 15 | 0 | 116 | 127 | 74 | 6 | 115 | 26 |
| Binary | 1100101 | 10110 | 1101 | 0 | 1001110 | 1010111 | 111100 | 110 | 1001101 | 10110 |
Color Harmonies of #65160D
Complementary color
Monochromatic Colors of #65160D
Black with #65160D
Text Example
Text Example
White with #65160D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65160D; }
p { color: rgb(101,22,13); }
H1.HeaderClassName
{
color: #65160D;
}
.AnyTagClassName
{
color: #65160D;
}
</style>
background-color css
<style>
a { background-color: #65160D; }
a { background-color: rgb(101,22,13); }
div.DivClassName
{
background-color: #65160D;
}
.BgClassName
{
background-color: #65160D;
}
</style>
border-color css
<style>
span { border-color: #65160D; }
span { border-color: rgb(101,22,13); }
td.TdClassName
{
border-color: #65160D;
}
.TagClassName
{
border-color: #65160D;
}
</style>