Shades of Red Oxide #651A17
Tints of Red Oxide #651A17
RGB
CMYK
RGB Variations
Color information
#651A17 (or 0x651A17) is known color: Red Oxide. HEX triplet: 65, 1A and 17. RGB value is (101,26,23). Sum of RGB (Red+Green+Blue) = 101+26+23=150 (19% of max value = 765). Red value is 101 (39.84% from 255 or 67.33% from 150); Green value is 26 (10.55% from 255 or 17.33% from 150); Blue value is 23 (9.38% from 255 or 15.33% from 150); Max value from RGB is 101 - color contains mainly: red. Hex color #651A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651A17 is #9AE5E8. Grayscale: #303030. Windows color (decimal): -10151401 or 1514085. OLE color: 1514085.
HSL color Cylindrical-coordinate representation of color #651A17: hue angle of 2.31º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #651A17 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 26 | 23 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.60 |
| HSL | 2.31º | 0.63% | 0.24% | - |
| HSV(B) | 2.31º | 0.77% | 0.4% | - |
| XYZ | 5.89 | 3.57 | 1.19 | - |
| YUV | 48.08 | 113.85 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 26 | 23 | 0 | 0.74 | 0.77 | 0.60 | 2.31 | 0.63 | 0.24 |
| Hex | 65 | 1A | 17 | 0 | 4A | 4D | 3C | 2 | 3F | 18 |
| Octal | 145 | 32 | 27 | 0 | 112 | 115 | 74 | 2 | 77 | 30 |
| Binary | 1100101 | 11010 | 10111 | 0 | 1001010 | 1001101 | 111100 | 10 | 111111 | 11000 |
Color Harmonies of #651A17
Complementary color
Monochromatic Colors of #651A17
Black with #651A17
Text Example
Text Example
White with #651A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651A17; }
p { color: rgb(101,26,23); }
H1.HeaderClassName
{
color: #651A17;
}
.AnyTagClassName
{
color: #651A17;
}
</style>
background-color css
<style>
a { background-color: #651A17; }
a { background-color: rgb(101,26,23); }
div.DivClassName
{
background-color: #651A17;
}
.BgClassName
{
background-color: #651A17;
}
</style>
border-color css
<style>
span { border-color: #651A17; }
span { border-color: rgb(101,26,23); }
td.TdClassName
{
border-color: #651A17;
}
.TagClassName
{
border-color: #651A17;
}
</style>