Shades of Red Oxide #620C09
Tints of Red Oxide #620C09
RGB
CMYK
RGB Variations
Color information
#620C09 (or 0x620C09) is known color: Red Oxide. HEX triplet: 62, 0C and 09. RGB value is (98,12,9). Sum of RGB (Red+Green+Blue) = 98+12+9=119 (15% of max value = 765). Red value is 98 (38.67% from 255 or 82.35% from 119); Green value is 12 (5.08% from 255 or 10.08% from 119); Blue value is 9 (3.91% from 255 or 7.56% from 119); Max value from RGB is 98 - color contains mainly: red. Hex color #620C09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620C09 is #9DF3F6. Grayscale: #252525. Windows color (decimal): -10351607 or 592994. OLE color: 592994.
HSL color Cylindrical-coordinate representation of color #620C09: hue angle of 2.02º 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 #620C09 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 12 | 9 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.62 |
| HSL | 2.02º | 0.83% | 0.21% | - |
| HSV(B) | 2.02º | 0.91% | 0.38% | - |
| XYZ | 5.22 | 2.88 | 0.54 | - |
| YUV | 37.37 | 111.99 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 12 | 9 | 0 | 0.88 | 0.91 | 0.62 | 2.02 | 0.83 | 0.21 |
| Hex | 62 | C | 9 | 0 | 58 | 5B | 3E | 2 | 53 | 15 |
| Octal | 142 | 14 | 11 | 0 | 130 | 133 | 76 | 2 | 123 | 25 |
| Binary | 1100010 | 1100 | 1001 | 0 | 1011000 | 1011011 | 111110 | 10 | 1010011 | 10101 |
Color Harmonies of #620C09
Complementary color
Monochromatic Colors of #620C09
Black with #620C09
Text Example
Text Example
White with #620C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620C09; }
p { color: rgb(98,12,9); }
H1.HeaderClassName
{
color: #620C09;
}
.AnyTagClassName
{
color: #620C09;
}
</style>
background-color css
<style>
a { background-color: #620C09; }
a { background-color: rgb(98,12,9); }
div.DivClassName
{
background-color: #620C09;
}
.BgClassName
{
background-color: #620C09;
}
</style>
border-color css
<style>
span { border-color: #620C09; }
span { border-color: rgb(98,12,9); }
td.TdClassName
{
border-color: #620C09;
}
.TagClassName
{
border-color: #620C09;
}
</style>