Shades of Red Oxide #620B09
Tints of Red Oxide #620B09
RGB
CMYK
RGB Variations
Color information
#620B09 (or 0x620B09) is known color: Red Oxide. HEX triplet: 62, 0B and 09. RGB value is (98,11,9). Sum of RGB (Red+Green+Blue) = 98+11+9=118 (15% of max value = 765). Red value is 98 (38.67% from 255 or 83.05% from 118); Green value is 11 (4.69% from 255 or 9.32% from 118); Blue value is 9 (3.91% from 255 or 7.63% from 118); Max value from RGB is 98 - color contains mainly: red. Hex color #620B09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620B09 is #9DF4F6. Grayscale: #242424. Windows color (decimal): -10351863 or 592738. OLE color: 592738.
HSL color Cylindrical-coordinate representation of color #620B09: hue angle of 1.35º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #620B09 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 11 | 9 | - |
| CMYK | 0 | 0.89 | 0.91 | 0.62 |
| HSL | 1.35º | 0.83% | 0.21% | - |
| HSV(B) | 1.35º | 0.91% | 0.38% | - |
| XYZ | 5.21 | 2.86 | 0.54 | - |
| YUV | 36.79 | 112.32 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 11 | 9 | 0 | 0.89 | 0.91 | 0.62 | 1.35 | 0.83 | 0.21 |
| Hex | 62 | B | 9 | 0 | 59 | 5B | 3E | 1 | 53 | 15 |
| Octal | 142 | 13 | 11 | 0 | 131 | 133 | 76 | 1 | 123 | 25 |
| Binary | 1100010 | 1011 | 1001 | 0 | 1011001 | 1011011 | 111110 | 1 | 1010011 | 10101 |
Color Harmonies of #620B09
Complementary color
Monochromatic Colors of #620B09
Black with #620B09
Text Example
Text Example
White with #620B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620B09; }
p { color: rgb(98,11,9); }
H1.HeaderClassName
{
color: #620B09;
}
.AnyTagClassName
{
color: #620B09;
}
</style>
background-color css
<style>
a { background-color: #620B09; }
a { background-color: rgb(98,11,9); }
div.DivClassName
{
background-color: #620B09;
}
.BgClassName
{
background-color: #620B09;
}
</style>
border-color css
<style>
span { border-color: #620B09; }
span { border-color: rgb(98,11,9); }
td.TdClassName
{
border-color: #620B09;
}
.TagClassName
{
border-color: #620B09;
}
</style>