Shades of Red Oxide #63170C
Tints of Red Oxide #63170C
RGB
CMYK
RGB Variations
Color information
#63170C (or 0x63170C) is known color: Red Oxide. HEX triplet: 63, 17 and 0C. RGB value is (99,23,12). Sum of RGB (Red+Green+Blue) = 99+23+12=134 (17% of max value = 765). Red value is 99 (39.06% from 255 or 73.88% from 134); Green value is 23 (9.38% from 255 or 17.16% from 134); Blue value is 12 (5.08% from 255 or 8.96% from 134); Max value from RGB is 99 - color contains mainly: red. Hex color #63170C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63170C is #9CE8F3. Grayscale: #2C2C2C. Windows color (decimal): -10283252 or 792419. OLE color: 792419.
HSL color Cylindrical-coordinate representation of color #63170C: hue angle of 7.59º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #63170C is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 23 | 12 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.61 |
| HSL | 7.59º | 0.78% | 0.22% | - |
| HSV(B) | 7.59º | 0.88% | 0.39% | - |
| XYZ | 5.52 | 3.29 | 0.69 | - |
| YUV | 44.47 | 109.68 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 23 | 12 | 0 | 0.77 | 0.88 | 0.61 | 7.59 | 0.78 | 0.22 |
| Hex | 63 | 17 | C | 0 | 4D | 58 | 3D | 8 | 4E | 16 |
| Octal | 143 | 27 | 14 | 0 | 115 | 130 | 75 | 10 | 116 | 26 |
| Binary | 1100011 | 10111 | 1100 | 0 | 1001101 | 1011000 | 111101 | 1000 | 1001110 | 10110 |
Color Harmonies of #63170C
Complementary color
Monochromatic Colors of #63170C
Black with #63170C
Text Example
Text Example
White with #63170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63170C; }
p { color: rgb(99,23,12); }
H1.HeaderClassName
{
color: #63170C;
}
.AnyTagClassName
{
color: #63170C;
}
</style>
background-color css
<style>
a { background-color: #63170C; }
a { background-color: rgb(99,23,12); }
div.DivClassName
{
background-color: #63170C;
}
.BgClassName
{
background-color: #63170C;
}
</style>
border-color css
<style>
span { border-color: #63170C; }
span { border-color: rgb(99,23,12); }
td.TdClassName
{
border-color: #63170C;
}
.TagClassName
{
border-color: #63170C;
}
</style>