Shades of Red Oxide #530909
Tints of Red Oxide #530909
RGB
CMYK
RGB Variations
Color information
#530909 (or 0x530909) is known color: Red Oxide. HEX triplet: 53, 09 and 09. RGB value is (83,9,9). Sum of RGB (Red+Green+Blue) = 83+9+9=101 (13% of max value = 765). Red value is 83 (32.81% from 255 or 82.18% from 101); Green value is 9 (3.91% from 255 or 8.91% from 101); Blue value is 9 (3.91% from 255 or 8.91% from 101); Max value from RGB is 83 - color contains mainly: red. Hex color #530909 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530909 is #ACF6F6. Grayscale: #1F1F1F. Windows color (decimal): -11335415 or 592211. OLE color: 592211.
HSL color Cylindrical-coordinate representation of color #530909: hue angle of 0º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #530909 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 9 | 9 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.67 |
| HSL | 0º | 0.8% | 0.18% | - |
| HSV(B) | 0º | 0.89% | 0.33% | - |
| XYZ | 3.71 | 2.05 | 0.46 | - |
| YUV | 31.13 | 115.52 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 9 | 9 | 0 | 0.89 | 0.89 | 0.67 | 0 | 0.8 | 0.18 |
| Hex | 53 | 9 | 9 | 0 | 59 | 59 | 43 | 0 | 50 | 12 |
| Octal | 123 | 11 | 11 | 0 | 131 | 131 | 103 | 0 | 120 | 22 |
| Binary | 1010011 | 1001 | 1001 | 0 | 1011001 | 1011001 | 1000011 | 0 | 1010000 | 10010 |
Color Harmonies of #530909
Complementary color
Monochromatic Colors of #530909
Black with #530909
Text Example
Text Example
White with #530909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530909; }
p { color: rgb(83,9,9); }
H1.HeaderClassName
{
color: #530909;
}
.AnyTagClassName
{
color: #530909;
}
</style>
background-color css
<style>
a { background-color: #530909; }
a { background-color: rgb(83,9,9); }
div.DivClassName
{
background-color: #530909;
}
.BgClassName
{
background-color: #530909;
}
</style>
border-color css
<style>
span { border-color: #530909; }
span { border-color: rgb(83,9,9); }
td.TdClassName
{
border-color: #530909;
}
.TagClassName
{
border-color: #530909;
}
</style>