Shades of Red Oxide #631B19
Tints of Red Oxide #631B19
RGB
CMYK
RGB Variations
Color information
#631B19 (or 0x631B19) is known color: Red Oxide. HEX triplet: 63, 1B and 19. RGB value is (99,27,25). Sum of RGB (Red+Green+Blue) = 99+27+25=151 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.56% from 151); Green value is 27 (10.94% from 255 or 17.88% from 151); Blue value is 25 (10.16% from 255 or 16.56% from 151); Max value from RGB is 99 - color contains mainly: red. Hex color #631B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631B19 is #9CE4E6. Grayscale: #303030. Windows color (decimal): -10282215 or 1645411. OLE color: 1645411.
HSL color Cylindrical-coordinate representation of color #631B19: hue angle of 1.62º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #631B19 is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 27 | 25 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.61 |
| HSL | 1.62º | 0.6% | 0.24% | - |
| HSV(B) | 1.62º | 0.75% | 0.39% | - |
| XYZ | 5.71 | 3.51 | 1.3 | - |
| YUV | 48.3 | 114.85 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 27 | 25 | 0 | 0.73 | 0.75 | 0.61 | 1.62 | 0.6 | 0.24 |
| Hex | 63 | 1B | 19 | 0 | 49 | 4B | 3D | 2 | 3C | 18 |
| Octal | 143 | 33 | 31 | 0 | 111 | 113 | 75 | 2 | 74 | 30 |
| Binary | 1100011 | 11011 | 11001 | 0 | 1001001 | 1001011 | 111101 | 10 | 111100 | 11000 |
Color Harmonies of #631B19
Complementary color
Monochromatic Colors of #631B19
Black with #631B19
Text Example
Text Example
White with #631B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631B19; }
p { color: rgb(99,27,25); }
H1.HeaderClassName
{
color: #631B19;
}
.AnyTagClassName
{
color: #631B19;
}
</style>
background-color css
<style>
a { background-color: #631B19; }
a { background-color: rgb(99,27,25); }
div.DivClassName
{
background-color: #631B19;
}
.BgClassName
{
background-color: #631B19;
}
</style>
border-color css
<style>
span { border-color: #631B19; }
span { border-color: rgb(99,27,25); }
td.TdClassName
{
border-color: #631B19;
}
.TagClassName
{
border-color: #631B19;
}
</style>