Shades of Red Oxide #621B0D
Tints of Red Oxide #621B0D
RGB
CMYK
RGB Variations
Color information
#621B0D (or 0x621B0D) is known color: Red Oxide. HEX triplet: 62, 1B and 0D. RGB value is (98,27,13). Sum of RGB (Red+Green+Blue) = 98+27+13=138 (18% of max value = 765). Red value is 98 (38.67% from 255 or 71.01% from 138); Green value is 27 (10.94% from 255 or 19.57% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 98 - color contains mainly: red. Hex color #621B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621B0D is #9DE4F2. Grayscale: #2E2E2E. Windows color (decimal): -10347763 or 858978. OLE color: 858978.
HSL color Cylindrical-coordinate representation of color #621B0D: hue angle of 9.88º 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 #621B0D is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 27 | 13 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.62 |
| HSL | 9.88º | 0.77% | 0.22% | - |
| HSV(B) | 9.88º | 0.87% | 0.38% | - |
| XYZ | 5.5 | 3.41 | 0.75 | - |
| YUV | 46.63 | 109.02 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 27 | 13 | 0 | 0.72 | 0.87 | 0.62 | 9.88 | 0.77 | 0.22 |
| Hex | 62 | 1B | D | 0 | 48 | 57 | 3E | A | 4D | 16 |
| Octal | 142 | 33 | 15 | 0 | 110 | 127 | 76 | 12 | 115 | 26 |
| Binary | 1100010 | 11011 | 1101 | 0 | 1001000 | 1010111 | 111110 | 1010 | 1001101 | 10110 |
Color Harmonies of #621B0D
Complementary color
Monochromatic Colors of #621B0D
Black with #621B0D
Text Example
Text Example
White with #621B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621B0D; }
p { color: rgb(98,27,13); }
H1.HeaderClassName
{
color: #621B0D;
}
.AnyTagClassName
{
color: #621B0D;
}
</style>
background-color css
<style>
a { background-color: #621B0D; }
a { background-color: rgb(98,27,13); }
div.DivClassName
{
background-color: #621B0D;
}
.BgClassName
{
background-color: #621B0D;
}
</style>
border-color css
<style>
span { border-color: #621B0D; }
span { border-color: rgb(98,27,13); }
td.TdClassName
{
border-color: #621B0D;
}
.TagClassName
{
border-color: #621B0D;
}
</style>