Shades of Red Oxide #481919
Tints of Red Oxide #481919
RGB
CMYK
RGB Variations
Color information
#481919 (or 0x481919) is known color: Red Oxide. HEX triplet: 48, 19 and 19. RGB value is (72,25,25). Sum of RGB (Red+Green+Blue) = 72+25+25=122 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.02% from 122); Green value is 25 (10.16% from 255 or 20.49% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 72 - color contains mainly: red. Hex color #481919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481919 is #B7E6E6. Grayscale: #272727. Windows color (decimal): -12052199 or 1644872. OLE color: 1644872.
HSL color Cylindrical-coordinate representation of color #481919: hue angle of 0º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #481919 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 25 | 25 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.72 |
| HSL | 0º | 0.48% | 0.19% | - |
| HSV(B) | 0º | 0.65% | 0.28% | - |
| XYZ | 3.2 | 2.14 | 1.16 | - |
| YUV | 39.05 | 120.07 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 25 | 0 | 0.65 | 0.65 | 0.72 | 0 | 0.48 | 0.19 |
| Hex | 48 | 19 | 19 | 0 | 41 | 41 | 48 | 0 | 30 | 13 |
| Octal | 110 | 31 | 31 | 0 | 101 | 101 | 110 | 0 | 60 | 23 |
| Binary | 1001000 | 11001 | 11001 | 0 | 1000001 | 1000001 | 1001000 | 0 | 110000 | 10011 |
Color Harmonies of #481919
Complementary color
Monochromatic Colors of #481919
Black with #481919
Text Example
Text Example
White with #481919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481919; }
p { color: rgb(72,25,25); }
H1.HeaderClassName
{
color: #481919;
}
.AnyTagClassName
{
color: #481919;
}
</style>
background-color css
<style>
a { background-color: #481919; }
a { background-color: rgb(72,25,25); }
div.DivClassName
{
background-color: #481919;
}
.BgClassName
{
background-color: #481919;
}
</style>
border-color css
<style>
span { border-color: #481919; }
span { border-color: rgb(72,25,25); }
td.TdClassName
{
border-color: #481919;
}
.TagClassName
{
border-color: #481919;
}
</style>