Shades of Red Oxide #530808
Tints of Red Oxide #530808
RGB
CMYK
RGB Variations
Color information
#530808 (or 0x530808) is known color: Red Oxide. HEX triplet: 53, 08 and 08. RGB value is (83,8,8). Sum of RGB (Red+Green+Blue) = 83+8+8=99 (13% of max value = 765). Red value is 83 (32.81% from 255 or 83.84% from 99); Green value is 8 (3.52% from 255 or 8.08% from 99); Blue value is 8 (3.52% from 255 or 8.08% from 99); Max value from RGB is 83 - color contains mainly: red. Hex color #530808 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530808 is #ACF7F7. Grayscale: #1E1E1E. Windows color (decimal): -11335672 or 526419. OLE color: 526419.
HSL color Cylindrical-coordinate representation of color #530808: hue angle of 0º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #530808 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 8 | 8 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.67 |
| HSL | 0º | 0.82% | 0.18% | - |
| HSV(B) | 0º | 0.9% | 0.33% | - |
| XYZ | 3.7 | 2.03 | 0.43 | - |
| YUV | 30.43 | 115.35 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 8 | 8 | 0 | 0.90 | 0.90 | 0.67 | 0 | 0.82 | 0.18 |
| Hex | 53 | 8 | 8 | 0 | 5A | 5A | 43 | 0 | 52 | 12 |
| Octal | 123 | 10 | 10 | 0 | 132 | 132 | 103 | 0 | 122 | 22 |
| Binary | 1010011 | 1000 | 1000 | 0 | 1011010 | 1011010 | 1000011 | 0 | 1010010 | 10010 |
Color Harmonies of #530808
Complementary color
Monochromatic Colors of #530808
Black with #530808
Text Example
Text Example
White with #530808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530808; }
p { color: rgb(83,8,8); }
H1.HeaderClassName
{
color: #530808;
}
.AnyTagClassName
{
color: #530808;
}
</style>
background-color css
<style>
a { background-color: #530808; }
a { background-color: rgb(83,8,8); }
div.DivClassName
{
background-color: #530808;
}
.BgClassName
{
background-color: #530808;
}
</style>
border-color css
<style>
span { border-color: #530808; }
span { border-color: rgb(83,8,8); }
td.TdClassName
{
border-color: #530808;
}
.TagClassName
{
border-color: #530808;
}
</style>