Shades of Red Oxide #631717
Tints of Red Oxide #631717
RGB
CMYK
RGB Variations
Color information
#631717 (or 0x631717) is known color: Red Oxide. HEX triplet: 63, 17 and 17. RGB value is (99,23,23). Sum of RGB (Red+Green+Blue) = 99+23+23=145 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.28% from 145); Green value is 23 (9.38% from 255 or 15.86% from 145); Blue value is 23 (9.38% from 255 or 15.86% from 145); Max value from RGB is 99 - color contains mainly: red. Hex color #631717 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631717 is #9CE8E8. Grayscale: #2D2D2D. Windows color (decimal): -10283241 or 1513315. OLE color: 1513315.
HSL color Cylindrical-coordinate representation of color #631717: hue angle of 0º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #631717 is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 23 | 23 | - |
| CMYK | 0 | 0.77 | 0.77 | 0.61 |
| HSL | 0º | 0.62% | 0.24% | - |
| HSV(B) | 0º | 0.77% | 0.39% | - |
| XYZ | 5.61 | 3.33 | 1.16 | - |
| YUV | 45.72 | 115.18 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 23 | 23 | 0 | 0.77 | 0.77 | 0.61 | 0 | 0.62 | 0.24 |
| Hex | 63 | 17 | 17 | 0 | 4D | 4D | 3D | 0 | 3E | 18 |
| Octal | 143 | 27 | 27 | 0 | 115 | 115 | 75 | 0 | 76 | 30 |
| Binary | 1100011 | 10111 | 10111 | 0 | 1001101 | 1001101 | 111101 | 0 | 111110 | 11000 |
Color Harmonies of #631717
Complementary color
Monochromatic Colors of #631717
Black with #631717
Text Example
Text Example
White with #631717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631717; }
p { color: rgb(99,23,23); }
H1.HeaderClassName
{
color: #631717;
}
.AnyTagClassName
{
color: #631717;
}
</style>
background-color css
<style>
a { background-color: #631717; }
a { background-color: rgb(99,23,23); }
div.DivClassName
{
background-color: #631717;
}
.BgClassName
{
background-color: #631717;
}
</style>
border-color css
<style>
span { border-color: #631717; }
span { border-color: rgb(99,23,23); }
td.TdClassName
{
border-color: #631717;
}
.TagClassName
{
border-color: #631717;
}
</style>