Shades of Red Oxide #621B0F
Tints of Red Oxide #621B0F
RGB
CMYK
RGB Variations
Color information
#621B0F (or 0x621B0F) is known color: Red Oxide. HEX triplet: 62, 1B and 0F. RGB value is (98,27,15). Sum of RGB (Red+Green+Blue) = 98+27+15=140 (18% of max value = 765). Red value is 98 (38.67% from 255 or 70% from 140); Green value is 27 (10.94% from 255 or 19.29% from 140); Blue value is 15 (6.25% from 255 or 10.71% from 140); Max value from RGB is 98 - color contains mainly: red. Hex color #621B0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621B0F is #9DE4F0. Grayscale: #2E2E2E. Windows color (decimal): -10347761 or 990050. OLE color: 990050.
HSL color Cylindrical-coordinate representation of color #621B0F: hue angle of 8.67º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #621B0F is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 27 | 15 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.62 |
| HSL | 8.67º | 0.73% | 0.22% | - |
| HSV(B) | 8.67º | 0.85% | 0.38% | - |
| XYZ | 5.52 | 3.42 | 0.82 | - |
| YUV | 46.86 | 110.02 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 27 | 15 | 0 | 0.72 | 0.85 | 0.62 | 8.67 | 0.73 | 0.22 |
| Hex | 62 | 1B | F | 0 | 48 | 55 | 3E | 9 | 49 | 16 |
| Octal | 142 | 33 | 17 | 0 | 110 | 125 | 76 | 11 | 111 | 26 |
| Binary | 1100010 | 11011 | 1111 | 0 | 1001000 | 1010101 | 111110 | 1001 | 1001001 | 10110 |
Color Harmonies of #621B0F
Complementary color
Monochromatic Colors of #621B0F
Black with #621B0F
Text Example
Text Example
White with #621B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621B0F; }
p { color: rgb(98,27,15); }
H1.HeaderClassName
{
color: #621B0F;
}
.AnyTagClassName
{
color: #621B0F;
}
</style>
background-color css
<style>
a { background-color: #621B0F; }
a { background-color: rgb(98,27,15); }
div.DivClassName
{
background-color: #621B0F;
}
.BgClassName
{
background-color: #621B0F;
}
</style>
border-color css
<style>
span { border-color: #621B0F; }
span { border-color: rgb(98,27,15); }
td.TdClassName
{
border-color: #621B0F;
}
.TagClassName
{
border-color: #621B0F;
}
</style>