Shades of Red Oxide #630F08
Tints of Red Oxide #630F08
RGB
CMYK
RGB Variations
Color information
#630F08 (or 0x630F08) is known color: Red Oxide. HEX triplet: 63, 0F and 08. RGB value is (99,15,8). Sum of RGB (Red+Green+Blue) = 99+15+8=122 (16% of max value = 765). Red value is 99 (39.06% from 255 or 81.15% from 122); Green value is 15 (6.25% from 255 or 12.30% from 122); Blue value is 8 (3.52% from 255 or 6.56% from 122); Max value from RGB is 99 - color contains mainly: red. Hex color #630F08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630F08 is #9CF0F7. Grayscale: #272727. Windows color (decimal): -10285304 or 528227. OLE color: 528227.
HSL color Cylindrical-coordinate representation of color #630F08: hue angle of 4.62º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #630F08 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 15 | 8 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.61 |
| HSL | 4.62º | 0.85% | 0.21% | - |
| HSV(B) | 4.62º | 0.92% | 0.39% | - |
| XYZ | 5.36 | 3.01 | 0.53 | - |
| YUV | 39.32 | 110.33 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 15 | 8 | 0 | 0.85 | 0.92 | 0.61 | 4.62 | 0.85 | 0.21 |
| Hex | 63 | F | 8 | 0 | 55 | 5C | 3D | 5 | 55 | 15 |
| Octal | 143 | 17 | 10 | 0 | 125 | 134 | 75 | 5 | 125 | 25 |
| Binary | 1100011 | 1111 | 1000 | 0 | 1010101 | 1011100 | 111101 | 101 | 1010101 | 10101 |
Color Harmonies of #630F08
Complementary color
Monochromatic Colors of #630F08
Black with #630F08
Text Example
Text Example
White with #630F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630F08; }
p { color: rgb(99,15,8); }
H1.HeaderClassName
{
color: #630F08;
}
.AnyTagClassName
{
color: #630F08;
}
</style>
background-color css
<style>
a { background-color: #630F08; }
a { background-color: rgb(99,15,8); }
div.DivClassName
{
background-color: #630F08;
}
.BgClassName
{
background-color: #630F08;
}
</style>
border-color css
<style>
span { border-color: #630F08; }
span { border-color: rgb(99,15,8); }
td.TdClassName
{
border-color: #630F08;
}
.TagClassName
{
border-color: #630F08;
}
</style>