Shades of Red Oxide #651A19
Tints of Red Oxide #651A19
RGB
CMYK
RGB Variations
Color information
#651A19 (or 0x651A19) is known color: Red Oxide. HEX triplet: 65, 1A and 19. RGB value is (101,26,25). Sum of RGB (Red+Green+Blue) = 101+26+25=152 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.45% from 152); Green value is 26 (10.55% from 255 or 17.11% from 152); Blue value is 25 (10.16% from 255 or 16.45% from 152); Max value from RGB is 101 - color contains mainly: red. Hex color #651A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651A19 is #9AE5E6. Grayscale: #303030. Windows color (decimal): -10151399 or 1645157. OLE color: 1645157.
HSL color Cylindrical-coordinate representation of color #651A19: hue angle of 0.79º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #651A19 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 26 | 25 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.60 |
| HSL | 0.79º | 0.6% | 0.25% | - |
| HSV(B) | 0.79º | 0.75% | 0.4% | - |
| XYZ | 5.91 | 3.58 | 1.3 | - |
| YUV | 48.31 | 114.85 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 26 | 25 | 0 | 0.74 | 0.75 | 0.60 | 0.79 | 0.6 | 0.25 |
| Hex | 65 | 1A | 19 | 0 | 4A | 4B | 3C | 1 | 3C | 19 |
| Octal | 145 | 32 | 31 | 0 | 112 | 113 | 74 | 1 | 74 | 31 |
| Binary | 1100101 | 11010 | 11001 | 0 | 1001010 | 1001011 | 111100 | 1 | 111100 | 11001 |
Color Harmonies of #651A19
Complementary color
Monochromatic Colors of #651A19
Black with #651A19
Text Example
Text Example
White with #651A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651A19; }
p { color: rgb(101,26,25); }
H1.HeaderClassName
{
color: #651A19;
}
.AnyTagClassName
{
color: #651A19;
}
</style>
background-color css
<style>
a { background-color: #651A19; }
a { background-color: rgb(101,26,25); }
div.DivClassName
{
background-color: #651A19;
}
.BgClassName
{
background-color: #651A19;
}
</style>
border-color css
<style>
span { border-color: #651A19; }
span { border-color: rgb(101,26,25); }
td.TdClassName
{
border-color: #651A19;
}
.TagClassName
{
border-color: #651A19;
}
</style>