Shades of Red Oxide #65211B
Tints of Red Oxide #65211B
RGB
CMYK
RGB Variations
Color information
#65211B (or 0x65211B) is known color: Red Oxide. HEX triplet: 65, 21 and 1B. RGB value is (101,33,27). Sum of RGB (Red+Green+Blue) = 101+33+27=161 (21% of max value = 765). Red value is 101 (39.84% from 255 or 62.73% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 101 - color contains mainly: red. Hex color #65211B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65211B is #9ADEE4. Grayscale: #343434. Windows color (decimal): -10149605 or 1778021. OLE color: 1778021.
HSL color Cylindrical-coordinate representation of color #65211B: hue angle of 4.86º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #65211B is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 33 | 27 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.60 |
| HSL | 4.86º | 0.58% | 0.25% | - |
| HSV(B) | 4.86º | 0.73% | 0.4% | - |
| XYZ | 6.11 | 3.93 | 1.47 | - |
| YUV | 52.65 | 113.53 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 33 | 27 | 0 | 0.67 | 0.73 | 0.60 | 4.86 | 0.58 | 0.25 |
| Hex | 65 | 21 | 1B | 0 | 43 | 49 | 3C | 5 | 3A | 19 |
| Octal | 145 | 41 | 33 | 0 | 103 | 111 | 74 | 5 | 72 | 31 |
| Binary | 1100101 | 100001 | 11011 | 0 | 1000011 | 1001001 | 111100 | 101 | 111010 | 11001 |
Color Harmonies of #65211B
Complementary color
Monochromatic Colors of #65211B
Black with #65211B
Text Example
Text Example
White with #65211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65211B; }
p { color: rgb(101,33,27); }
H1.HeaderClassName
{
color: #65211B;
}
.AnyTagClassName
{
color: #65211B;
}
</style>
background-color css
<style>
a { background-color: #65211B; }
a { background-color: rgb(101,33,27); }
div.DivClassName
{
background-color: #65211B;
}
.BgClassName
{
background-color: #65211B;
}
</style>
border-color css
<style>
span { border-color: #65211B; }
span { border-color: rgb(101,33,27); }
td.TdClassName
{
border-color: #65211B;
}
.TagClassName
{
border-color: #65211B;
}
</style>