Shades of Red Oxide #65201F
Tints of Red Oxide #65201F
RGB
CMYK
RGB Variations
Color information
#65201F (or 0x65201F) is known color: Red Oxide. HEX triplet: 65, 20 and 1F. RGB value is (101,32,31). Sum of RGB (Red+Green+Blue) = 101+32+31=164 (21% of max value = 765). Red value is 101 (39.84% from 255 or 61.59% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 31 (12.5% from 255 or 18.90% from 164); Max value from RGB is 101 - color contains mainly: red. Hex color #65201F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65201F is #9ADFE0. Grayscale: #343434. Windows color (decimal): -10149857 or 2039909. OLE color: 2039909.
HSL color Cylindrical-coordinate representation of color #65201F: hue angle of 0.86º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #65201F is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 32 | 31 | - |
| CMYK | 0 | 0.68 | 0.69 | 0.60 |
| HSL | 0.86º | 0.53% | 0.26% | - |
| HSV(B) | 0.86º | 0.69% | 0.4% | - |
| XYZ | 6.13 | 3.9 | 1.73 | - |
| YUV | 52.52 | 115.86 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 32 | 31 | 0 | 0.68 | 0.69 | 0.60 | 0.86 | 0.53 | 0.26 |
| Hex | 65 | 20 | 1F | 0 | 44 | 45 | 3C | 1 | 35 | 1A |
| Octal | 145 | 40 | 37 | 0 | 104 | 105 | 74 | 1 | 65 | 32 |
| Binary | 1100101 | 100000 | 11111 | 0 | 1000100 | 1000101 | 111100 | 1 | 110101 | 11010 |
Color Harmonies of #65201F
Complementary color
Monochromatic Colors of #65201F
Black with #65201F
Text Example
Text Example
White with #65201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65201F; }
p { color: rgb(101,32,31); }
H1.HeaderClassName
{
color: #65201F;
}
.AnyTagClassName
{
color: #65201F;
}
</style>
background-color css
<style>
a { background-color: #65201F; }
a { background-color: rgb(101,32,31); }
div.DivClassName
{
background-color: #65201F;
}
.BgClassName
{
background-color: #65201F;
}
</style>
border-color css
<style>
span { border-color: #65201F; }
span { border-color: rgb(101,32,31); }
td.TdClassName
{
border-color: #65201F;
}
.TagClassName
{
border-color: #65201F;
}
</style>