Shades of Red Oxide #621B0C
Tints of Red Oxide #621B0C
RGB
CMYK
RGB Variations
Color information
#621B0C (or 0x621B0C) is known color: Red Oxide. HEX triplet: 62, 1B and 0C. RGB value is (98,27,12). Sum of RGB (Red+Green+Blue) = 98+27+12=137 (18% of max value = 765). Red value is 98 (38.67% from 255 or 71.53% from 137); Green value is 27 (10.94% from 255 or 19.71% from 137); Blue value is 12 (5.08% from 255 or 8.76% from 137); Max value from RGB is 98 - color contains mainly: red. Hex color #621B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621B0C is #9DE4F3. Grayscale: #2E2E2E. Windows color (decimal): -10347764 or 793442. OLE color: 793442.
HSL color Cylindrical-coordinate representation of color #621B0C: hue angle of 10.47º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #621B0C is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 27 | 12 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.62 |
| HSL | 10.47º | 0.78% | 0.22% | - |
| HSV(B) | 10.47º | 0.88% | 0.38% | - |
| XYZ | 5.5 | 3.41 | 0.72 | - |
| YUV | 46.52 | 108.52 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 27 | 12 | 0 | 0.72 | 0.88 | 0.62 | 10.47 | 0.78 | 0.22 |
| Hex | 62 | 1B | C | 0 | 48 | 58 | 3E | A | 4E | 16 |
| Octal | 142 | 33 | 14 | 0 | 110 | 130 | 76 | 12 | 116 | 26 |
| Binary | 1100010 | 11011 | 1100 | 0 | 1001000 | 1011000 | 111110 | 1010 | 1001110 | 10110 |
Color Harmonies of #621B0C
Complementary color
Monochromatic Colors of #621B0C
Black with #621B0C
Text Example
Text Example
White with #621B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621B0C; }
p { color: rgb(98,27,12); }
H1.HeaderClassName
{
color: #621B0C;
}
.AnyTagClassName
{
color: #621B0C;
}
</style>
background-color css
<style>
a { background-color: #621B0C; }
a { background-color: rgb(98,27,12); }
div.DivClassName
{
background-color: #621B0C;
}
.BgClassName
{
background-color: #621B0C;
}
</style>
border-color css
<style>
span { border-color: #621B0C; }
span { border-color: rgb(98,27,12); }
td.TdClassName
{
border-color: #621B0C;
}
.TagClassName
{
border-color: #621B0C;
}
</style>