Shades of Red Oxide #651A0E
Tints of Red Oxide #651A0E
RGB
CMYK
RGB Variations
Color information
#651A0E (or 0x651A0E) is known color: Red Oxide. HEX triplet: 65, 1A and 0E. RGB value is (101,26,14). Sum of RGB (Red+Green+Blue) = 101+26+14=141 (18% of max value = 765). Red value is 101 (39.84% from 255 or 71.63% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 14 (5.86% from 255 or 9.93% from 141); Max value from RGB is 101 - color contains mainly: red. Hex color #651A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651A0E is #9AE5F1. Grayscale: #2F2F2F. Windows color (decimal): -10151410 or 924261. OLE color: 924261.
HSL color Cylindrical-coordinate representation of color #651A0E: hue angle of 8.28º 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 #651A0E is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 26 | 14 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.60 |
| HSL | 8.28º | 0.76% | 0.23% | - |
| HSV(B) | 8.28º | 0.86% | 0.4% | - |
| XYZ | 5.82 | 3.54 | 0.79 | - |
| YUV | 47.06 | 109.35 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 26 | 14 | 0 | 0.74 | 0.86 | 0.60 | 8.28 | 0.76 | 0.23 |
| Hex | 65 | 1A | E | 0 | 4A | 56 | 3C | 8 | 4C | 17 |
| Octal | 145 | 32 | 16 | 0 | 112 | 126 | 74 | 10 | 114 | 27 |
| Binary | 1100101 | 11010 | 1110 | 0 | 1001010 | 1010110 | 111100 | 1000 | 1001100 | 10111 |
Color Harmonies of #651A0E
Complementary color
Monochromatic Colors of #651A0E
Black with #651A0E
Text Example
Text Example
White with #651A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651A0E; }
p { color: rgb(101,26,14); }
H1.HeaderClassName
{
color: #651A0E;
}
.AnyTagClassName
{
color: #651A0E;
}
</style>
background-color css
<style>
a { background-color: #651A0E; }
a { background-color: rgb(101,26,14); }
div.DivClassName
{
background-color: #651A0E;
}
.BgClassName
{
background-color: #651A0E;
}
</style>
border-color css
<style>
span { border-color: #651A0E; }
span { border-color: rgb(101,26,14); }
td.TdClassName
{
border-color: #651A0E;
}
.TagClassName
{
border-color: #651A0E;
}
</style>