Shades of Red Oxide #651312
Tints of Red Oxide #651312
RGB
CMYK
RGB Variations
Color information
#651312 (or 0x651312) is known color: Red Oxide. HEX triplet: 65, 13 and 12. RGB value is (101,19,18). Sum of RGB (Red+Green+Blue) = 101+19+18=138 (18% of max value = 765). Red value is 101 (39.84% from 255 or 73.19% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 101 - color contains mainly: red. Hex color #651312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651312 is #9AECED. Grayscale: #2B2B2B. Windows color (decimal): -10153198 or 1184613. OLE color: 1184613.
HSL color Cylindrical-coordinate representation of color #651312: hue angle of 0.72º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #651312 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 19 | 18 | - |
| CMYK | 0 | 0.81 | 0.82 | 0.60 |
| HSL | 0.72º | 0.7% | 0.23% | - |
| HSV(B) | 0.72º | 0.82% | 0.4% | - |
| XYZ | 5.71 | 3.28 | 0.9 | - |
| YUV | 43.4 | 113.67 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 19 | 18 | 0 | 0.81 | 0.82 | 0.60 | 0.72 | 0.7 | 0.23 |
| Hex | 65 | 13 | 12 | 0 | 51 | 52 | 3C | 1 | 46 | 17 |
| Octal | 145 | 23 | 22 | 0 | 121 | 122 | 74 | 1 | 106 | 27 |
| Binary | 1100101 | 10011 | 10010 | 0 | 1010001 | 1010010 | 111100 | 1 | 1000110 | 10111 |
Color Harmonies of #651312
Complementary color
Monochromatic Colors of #651312
Black with #651312
Text Example
Text Example
White with #651312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651312; }
p { color: rgb(101,19,18); }
H1.HeaderClassName
{
color: #651312;
}
.AnyTagClassName
{
color: #651312;
}
</style>
background-color css
<style>
a { background-color: #651312; }
a { background-color: rgb(101,19,18); }
div.DivClassName
{
background-color: #651312;
}
.BgClassName
{
background-color: #651312;
}
</style>
border-color css
<style>
span { border-color: #651312; }
span { border-color: rgb(101,19,18); }
td.TdClassName
{
border-color: #651312;
}
.TagClassName
{
border-color: #651312;
}
</style>