Shades of Red Oxide #5D0804
Tints of Red Oxide #5D0804
RGB
CMYK
RGB Variations
Color information
#5D0804 (or 0x5D0804) is known color: Red Oxide. HEX triplet: 5D, 08 and 04. RGB value is (93,8,4). Sum of RGB (Red+Green+Blue) = 93+8+4=105 (13% of max value = 765). Red value is 93 (36.72% from 255 or 88.57% from 105); Green value is 8 (3.52% from 255 or 7.62% from 105); Blue value is 4 (1.95% from 255 or 3.81% from 105); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D0804 is #A2F7FB. Grayscale: #212121. Windows color (decimal): -10680316 or 264285. OLE color: 264285.
HSL color Cylindrical-coordinate representation of color #5D0804: hue angle of 2.7º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5D0804 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 8 | 4 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.64 |
| HSL | 2.7º | 0.92% | 0.19% | - |
| HSV(B) | 2.7º | 0.96% | 0.36% | - |
| XYZ | 4.62 | 2.51 | 0.36 | - |
| YUV | 32.96 | 111.66 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 8 | 4 | 0 | 0.91 | 0.96 | 0.64 | 2.7 | 0.92 | 0.19 |
| Hex | 5D | 8 | 4 | 0 | 5B | 60 | 40 | 3 | 5C | 13 |
| Octal | 135 | 10 | 4 | 0 | 133 | 140 | 100 | 3 | 134 | 23 |
| Binary | 1011101 | 1000 | 100 | 0 | 1011011 | 1100000 | 1000000 | 11 | 1011100 | 10011 |
Color Harmonies of #5D0804
Complementary color
Monochromatic Colors of #5D0804
Black with #5D0804
Text Example
Text Example
White with #5D0804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0804; }
p { color: rgb(93,8,4); }
H1.HeaderClassName
{
color: #5D0804;
}
.AnyTagClassName
{
color: #5D0804;
}
</style>
background-color css
<style>
a { background-color: #5D0804; }
a { background-color: rgb(93,8,4); }
div.DivClassName
{
background-color: #5D0804;
}
.BgClassName
{
background-color: #5D0804;
}
</style>
border-color css
<style>
span { border-color: #5D0804; }
span { border-color: rgb(93,8,4); }
td.TdClassName
{
border-color: #5D0804;
}
.TagClassName
{
border-color: #5D0804;
}
</style>