Shades of Red Oxide #621C0D
Tints of Red Oxide #621C0D
RGB
CMYK
RGB Variations
Color information
#621C0D (or 0x621C0D) is known color: Red Oxide. HEX triplet: 62, 1C and 0D. RGB value is (98,28,13). Sum of RGB (Red+Green+Blue) = 98+28+13=139 (18% of max value = 765). Red value is 98 (38.67% from 255 or 70.50% from 139); Green value is 28 (11.33% from 255 or 20.14% from 139); Blue value is 13 (5.47% from 255 or 9.35% from 139); Max value from RGB is 98 - color contains mainly: red. Hex color #621C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621C0D is #9DE3F2. Grayscale: #2F2F2F. Windows color (decimal): -10347507 or 859234. OLE color: 859234.
HSL color Cylindrical-coordinate representation of color #621C0D: hue angle of 10.59º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #621C0D is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 28 | 13 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.62 |
| HSL | 10.59º | 0.77% | 0.22% | - |
| HSV(B) | 10.59º | 0.87% | 0.38% | - |
| XYZ | 5.52 | 3.46 | 0.76 | - |
| YUV | 47.22 | 108.69 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 28 | 13 | 0 | 0.71 | 0.87 | 0.62 | 10.59 | 0.77 | 0.22 |
| Hex | 62 | 1C | D | 0 | 47 | 57 | 3E | B | 4D | 16 |
| Octal | 142 | 34 | 15 | 0 | 107 | 127 | 76 | 13 | 115 | 26 |
| Binary | 1100010 | 11100 | 1101 | 0 | 1000111 | 1010111 | 111110 | 1011 | 1001101 | 10110 |
Color Harmonies of #621C0D
Complementary color
Monochromatic Colors of #621C0D
Black with #621C0D
Text Example
Text Example
White with #621C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621C0D; }
p { color: rgb(98,28,13); }
H1.HeaderClassName
{
color: #621C0D;
}
.AnyTagClassName
{
color: #621C0D;
}
</style>
background-color css
<style>
a { background-color: #621C0D; }
a { background-color: rgb(98,28,13); }
div.DivClassName
{
background-color: #621C0D;
}
.BgClassName
{
background-color: #621C0D;
}
</style>
border-color css
<style>
span { border-color: #621C0D; }
span { border-color: rgb(98,28,13); }
td.TdClassName
{
border-color: #621C0D;
}
.TagClassName
{
border-color: #621C0D;
}
</style>