Shades of Red Oxide #65201A
Tints of Red Oxide #65201A
RGB
CMYK
RGB Variations
Color information
#65201A (or 0x65201A) is known color: Red Oxide. HEX triplet: 65, 20 and 1A. RGB value is (101,32,26). Sum of RGB (Red+Green+Blue) = 101+32+26=159 (21% of max value = 765). Red value is 101 (39.84% from 255 or 63.52% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 101 - color contains mainly: red. Hex color #65201A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65201A is #9ADFE5. Grayscale: #343434. Windows color (decimal): -10149862 or 1712229. OLE color: 1712229.
HSL color Cylindrical-coordinate representation of color #65201A: hue angle of 4.8º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #65201A is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 32 | 26 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.60 |
| HSL | 4.8º | 0.59% | 0.25% | - |
| HSV(B) | 4.8º | 0.74% | 0.4% | - |
| XYZ | 6.07 | 3.87 | 1.41 | - |
| YUV | 51.95 | 113.36 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 32 | 26 | 0 | 0.68 | 0.74 | 0.60 | 4.8 | 0.59 | 0.25 |
| Hex | 65 | 20 | 1A | 0 | 44 | 4A | 3C | 5 | 3B | 19 |
| Octal | 145 | 40 | 32 | 0 | 104 | 112 | 74 | 5 | 73 | 31 |
| Binary | 1100101 | 100000 | 11010 | 0 | 1000100 | 1001010 | 111100 | 101 | 111011 | 11001 |
Color Harmonies of #65201A
Complementary color
Monochromatic Colors of #65201A
Black with #65201A
Text Example
Text Example
White with #65201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65201A; }
p { color: rgb(101,32,26); }
H1.HeaderClassName
{
color: #65201A;
}
.AnyTagClassName
{
color: #65201A;
}
</style>
background-color css
<style>
a { background-color: #65201A; }
a { background-color: rgb(101,32,26); }
div.DivClassName
{
background-color: #65201A;
}
.BgClassName
{
background-color: #65201A;
}
</style>
border-color css
<style>
span { border-color: #65201A; }
span { border-color: rgb(101,32,26); }
td.TdClassName
{
border-color: #65201A;
}
.TagClassName
{
border-color: #65201A;
}
</style>