Shades of Red Oxide #621312
Tints of Red Oxide #621312
RGB
CMYK
RGB Variations
Color information
#621312 (or 0x621312) is known color: Red Oxide. HEX triplet: 62, 13 and 12. RGB value is (98,19,18). Sum of RGB (Red+Green+Blue) = 98+19+18=135 (17% of max value = 765). Red value is 98 (38.67% from 255 or 72.59% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 18 (7.42% from 255 or 13.33% from 135); Max value from RGB is 98 - color contains mainly: red. Hex color #621312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621312 is #9DECED. Grayscale: #2A2A2A. Windows color (decimal): -10349806 or 1184610. OLE color: 1184610.
HSL color Cylindrical-coordinate representation of color #621312: hue angle of 0.75º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #621312 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 19 | 18 | - |
| CMYK | 0 | 0.81 | 0.82 | 0.62 |
| HSL | 0.75º | 0.69% | 0.23% | - |
| HSV(B) | 0.75º | 0.82% | 0.38% | - |
| XYZ | 5.38 | 3.11 | 0.89 | - |
| YUV | 42.51 | 114.17 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 19 | 18 | 0 | 0.81 | 0.82 | 0.62 | 0.75 | 0.69 | 0.23 |
| Hex | 62 | 13 | 12 | 0 | 51 | 52 | 3E | 1 | 45 | 17 |
| Octal | 142 | 23 | 22 | 0 | 121 | 122 | 76 | 1 | 105 | 27 |
| Binary | 1100010 | 10011 | 10010 | 0 | 1010001 | 1010010 | 111110 | 1 | 1000101 | 10111 |
Color Harmonies of #621312
Complementary color
Monochromatic Colors of #621312
Black with #621312
Text Example
Text Example
White with #621312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621312; }
p { color: rgb(98,19,18); }
H1.HeaderClassName
{
color: #621312;
}
.AnyTagClassName
{
color: #621312;
}
</style>
background-color css
<style>
a { background-color: #621312; }
a { background-color: rgb(98,19,18); }
div.DivClassName
{
background-color: #621312;
}
.BgClassName
{
background-color: #621312;
}
</style>
border-color css
<style>
span { border-color: #621312; }
span { border-color: rgb(98,19,18); }
td.TdClassName
{
border-color: #621312;
}
.TagClassName
{
border-color: #621312;
}
</style>