Shades of Red Oxide #64231C
Tints of Red Oxide #64231C
RGB
CMYK
RGB Variations
Color information
#64231C (or 0x64231C) is known color: Red Oxide. HEX triplet: 64, 23 and 1C. RGB value is (100,35,28). Sum of RGB (Red+Green+Blue) = 100+35+28=163 (21% of max value = 765). Red value is 100 (39.45% from 255 or 61.35% from 163); Green value is 35 (14.06% from 255 or 21.47% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 100 - color contains mainly: red. Hex color #64231C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64231C is #9BDCE3. Grayscale: #353535. Windows color (decimal): -10214628 or 1844068. OLE color: 1844068.
HSL color Cylindrical-coordinate representation of color #64231C: hue angle of 5.83º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #64231C is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 35 | 28 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.61 |
| HSL | 5.83º | 0.56% | 0.25% | - |
| HSV(B) | 5.83º | 0.72% | 0.39% | - |
| XYZ | 6.07 | 4 | 1.55 | - |
| YUV | 53.64 | 113.53 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 35 | 28 | 0 | 0.65 | 0.72 | 0.61 | 5.83 | 0.56 | 0.25 |
| Hex | 64 | 23 | 1C | 0 | 41 | 48 | 3D | 6 | 38 | 19 |
| Octal | 144 | 43 | 34 | 0 | 101 | 110 | 75 | 6 | 70 | 31 |
| Binary | 1100100 | 100011 | 11100 | 0 | 1000001 | 1001000 | 111101 | 110 | 111000 | 11001 |
Color Harmonies of #64231C
Complementary color
Monochromatic Colors of #64231C
Black with #64231C
Text Example
Text Example
White with #64231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64231C; }
p { color: rgb(100,35,28); }
H1.HeaderClassName
{
color: #64231C;
}
.AnyTagClassName
{
color: #64231C;
}
</style>
background-color css
<style>
a { background-color: #64231C; }
a { background-color: rgb(100,35,28); }
div.DivClassName
{
background-color: #64231C;
}
.BgClassName
{
background-color: #64231C;
}
</style>
border-color css
<style>
span { border-color: #64231C; }
span { border-color: rgb(100,35,28); }
td.TdClassName
{
border-color: #64231C;
}
.TagClassName
{
border-color: #64231C;
}
</style>