Shades of Red Oxide #65231C
Tints of Red Oxide #65231C
RGB
CMYK
RGB Variations
Color information
#65231C (or 0x65231C) is known color: Red Oxide. HEX triplet: 65, 23 and 1C. RGB value is (101,35,28). Sum of RGB (Red+Green+Blue) = 101+35+28=164 (21% of max value = 765). Red value is 101 (39.84% from 255 or 61.59% from 164); Green value is 35 (14.06% from 255 or 21.34% from 164); Blue value is 28 (11.33% from 255 or 17.07% from 164); Max value from RGB is 101 - color contains mainly: red. Hex color #65231C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65231C is #9ADCE3. Grayscale: #363636. Windows color (decimal): -10149092 or 1844069. OLE color: 1844069.
HSL color Cylindrical-coordinate representation of color #65231C: hue angle of 5.75º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #65231C is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 35 | 28 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.60 |
| HSL | 5.75º | 0.57% | 0.25% | - |
| HSV(B) | 5.75º | 0.72% | 0.4% | - |
| XYZ | 6.18 | 4.05 | 1.56 | - |
| YUV | 53.94 | 113.37 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 35 | 28 | 0 | 0.65 | 0.72 | 0.60 | 5.75 | 0.57 | 0.25 |
| Hex | 65 | 23 | 1C | 0 | 41 | 48 | 3C | 6 | 39 | 19 |
| Octal | 145 | 43 | 34 | 0 | 101 | 110 | 74 | 6 | 71 | 31 |
| Binary | 1100101 | 100011 | 11100 | 0 | 1000001 | 1001000 | 111100 | 110 | 111001 | 11001 |
Color Harmonies of #65231C
Complementary color
Monochromatic Colors of #65231C
Black with #65231C
Text Example
Text Example
White with #65231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65231C; }
p { color: rgb(101,35,28); }
H1.HeaderClassName
{
color: #65231C;
}
.AnyTagClassName
{
color: #65231C;
}
</style>
background-color css
<style>
a { background-color: #65231C; }
a { background-color: rgb(101,35,28); }
div.DivClassName
{
background-color: #65231C;
}
.BgClassName
{
background-color: #65231C;
}
</style>
border-color css
<style>
span { border-color: #65231C; }
span { border-color: rgb(101,35,28); }
td.TdClassName
{
border-color: #65231C;
}
.TagClassName
{
border-color: #65231C;
}
</style>