Shades of Red Oxide #631212
Tints of Red Oxide #631212
RGB
CMYK
RGB Variations
Color information
#631212 (or 0x631212) is known color: Red Oxide. HEX triplet: 63, 12 and 12. RGB value is (99,18,18). Sum of RGB (Red+Green+Blue) = 99+18+18=135 (17% of max value = 765). Red value is 99 (39.06% from 255 or 73.33% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 18 (7.42% from 255 or 13.33% from 135); Max value from RGB is 99 - color contains mainly: red. Hex color #631212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631212 is #9CEDED. Grayscale: #2A2A2A. Windows color (decimal): -10284526 or 1184355. OLE color: 1184355.
HSL color Cylindrical-coordinate representation of color #631212: hue angle of 0º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #631212 is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.61.
Color convert
RGB | 99 | 18 | 18 | - |
CMYK | 0 | 0.82 | 0.82 | 0.61 |
HSL | 0º | 0.69% | 0.23% | - |
HSV(B) | 0º | 0.82% | 0.39% | - |
XYZ | 5.47 | 3.13 | 0.89 | - |
YUV | 42.22 | 114.34 | 168.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 99 | 18 | 18 | 0 | 0.82 | 0.82 | 0.61 | 0 | 0.69 | 0.23 |
Hex | 63 | 12 | 12 | 0 | 52 | 52 | 3D | 0 | 45 | 17 |
Octal | 143 | 22 | 22 | 0 | 122 | 122 | 75 | 0 | 105 | 27 |
Binary | 1100011 | 10010 | 10010 | 0 | 1010010 | 1010010 | 111101 | 0 | 1000101 | 10111 |
Color Harmonies of #631212
Complementary color
Monochromatic Colors of #631212
Black with #631212
Text Example
Text Example
White with #631212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631212; }
p { color: rgb(99,18,18); }
H1.HeaderClassName
{
color: #631212;
}
.AnyTagClassName
{
color: #631212;
}
</style>
background-color css
<style>
a { background-color: #631212; }
a { background-color: rgb(99,18,18); }
div.DivClassName
{
background-color: #631212;
}
.BgClassName
{
background-color: #631212;
}
</style>
border-color css
<style>
span { border-color: #631212; }
span { border-color: rgb(99,18,18); }
td.TdClassName
{
border-color: #631212;
}
.TagClassName
{
border-color: #631212;
}
</style>