Shades of Red Oxide #65130E
Tints of Red Oxide #65130E
RGB
CMYK
RGB Variations
Color information
#65130E (or 0x65130E) is known color: Red Oxide. HEX triplet: 65, 13 and 0E. RGB value is (101,19,14). Sum of RGB (Red+Green+Blue) = 101+19+14=134 (17% of max value = 765). Red value is 101 (39.84% from 255 or 75.37% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 14 (5.86% from 255 or 10.45% from 134); Max value from RGB is 101 - color contains mainly: red. Hex color #65130E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65130E is #9AECF1. Grayscale: #2B2B2B. Windows color (decimal): -10153202 or 922469. OLE color: 922469.
HSL color Cylindrical-coordinate representation of color #65130E: hue angle of 3.45º 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 #65130E is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 19 | 14 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.60 |
| HSL | 3.45º | 0.76% | 0.23% | - |
| HSV(B) | 3.45º | 0.86% | 0.4% | - |
| XYZ | 5.68 | 3.26 | 0.75 | - |
| YUV | 42.95 | 111.67 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 19 | 14 | 0 | 0.81 | 0.86 | 0.60 | 3.45 | 0.76 | 0.23 |
| Hex | 65 | 13 | E | 0 | 51 | 56 | 3C | 3 | 4C | 17 |
| Octal | 145 | 23 | 16 | 0 | 121 | 126 | 74 | 3 | 114 | 27 |
| Binary | 1100101 | 10011 | 1110 | 0 | 1010001 | 1010110 | 111100 | 11 | 1001100 | 10111 |
Color Harmonies of #65130E
Complementary color
Monochromatic Colors of #65130E
Black with #65130E
Text Example
Text Example
White with #65130E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65130E; }
p { color: rgb(101,19,14); }
H1.HeaderClassName
{
color: #65130E;
}
.AnyTagClassName
{
color: #65130E;
}
</style>
background-color css
<style>
a { background-color: #65130E; }
a { background-color: rgb(101,19,14); }
div.DivClassName
{
background-color: #65130E;
}
.BgClassName
{
background-color: #65130E;
}
</style>
border-color css
<style>
span { border-color: #65130E; }
span { border-color: rgb(101,19,14); }
td.TdClassName
{
border-color: #65130E;
}
.TagClassName
{
border-color: #65130E;
}
</style>