Shades of Red Oxide #651C07
Tints of Red Oxide #651C07
RGB
CMYK
RGB Variations
Color information
#651C07 (or 0x651C07) is known color: Red Oxide. HEX triplet: 65, 1C and 07. RGB value is (101,28,7). Sum of RGB (Red+Green+Blue) = 101+28+7=136 (18% of max value = 765). Red value is 101 (39.84% from 255 or 74.26% from 136); Green value is 28 (11.33% from 255 or 20.59% from 136); Blue value is 7 (3.12% from 255 or 5.15% from 136); Max value from RGB is 101 - color contains mainly: red. Hex color #651C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651C07 is #9AE3F8. Grayscale: #2F2F2F. Windows color (decimal): -10150905 or 466021. OLE color: 466021.
HSL color Cylindrical-coordinate representation of color #651C07: hue angle of 13.4º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #651C07 is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 28 | 7 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.60 |
| HSL | 13.4º | 0.87% | 0.21% | - |
| HSV(B) | 13.4º | 0.93% | 0.4% | - |
| XYZ | 5.82 | 3.61 | 0.59 | - |
| YUV | 47.43 | 105.18 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 28 | 7 | 0 | 0.72 | 0.93 | 0.60 | 13.4 | 0.87 | 0.21 |
| Hex | 65 | 1C | 7 | 0 | 48 | 5D | 3C | D | 57 | 15 |
| Octal | 145 | 34 | 7 | 0 | 110 | 135 | 74 | 15 | 127 | 25 |
| Binary | 1100101 | 11100 | 111 | 0 | 1001000 | 1011101 | 111100 | 1101 | 1010111 | 10101 |
Color Harmonies of #651C07
Complementary color
Monochromatic Colors of #651C07
Black with #651C07
Text Example
Text Example
White with #651C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651C07; }
p { color: rgb(101,28,7); }
H1.HeaderClassName
{
color: #651C07;
}
.AnyTagClassName
{
color: #651C07;
}
</style>
background-color css
<style>
a { background-color: #651C07; }
a { background-color: rgb(101,28,7); }
div.DivClassName
{
background-color: #651C07;
}
.BgClassName
{
background-color: #651C07;
}
</style>
border-color css
<style>
span { border-color: #651C07; }
span { border-color: rgb(101,28,7); }
td.TdClassName
{
border-color: #651C07;
}
.TagClassName
{
border-color: #651C07;
}
</style>