Shades of Red Oxide #530800
Tints of Red Oxide #530800
RGB
CMYK
RGB Variations
Color information
#530800 (or 0x530800) is known color: Red Oxide. HEX triplet: 53, 08 and 00. RGB value is (83,8,0). Sum of RGB (Red+Green+Blue) = 83+8+0=91 (12% of max value = 765). Red value is 83 (32.81% from 255 or 91.21% from 91); Green value is 8 (3.52% from 255 or 8.79% from 91); Blue value is 0 (0.39% from 255 or 0% from 91); Max value from RGB is 83 - color contains mainly: red. Hex color #530800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530800 is #ACF7FF. Grayscale: #1D1D1D. Windows color (decimal): -11335680 or 2131. OLE color: 2131.
HSL color Cylindrical-coordinate representation of color #530800: hue angle of 5.78º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #530800 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 8 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.67 |
| HSL | 5.78º | 1% | 0.16% | - |
| HSV(B) | 5.78º | 1% | 0.33% | - |
| XYZ | 3.65 | 2.01 | 0.2 | - |
| YUV | 29.51 | 111.35 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 8 | 0 | 0 | 0.90 | 1 | 0.67 | 5.78 | 1 | 0.16 |
| Hex | 53 | 8 | 0 | 0 | 5A | 64 | 43 | 6 | 64 | 10 |
| Octal | 123 | 10 | 0 | 0 | 132 | 144 | 103 | 6 | 144 | 20 |
| Binary | 1010011 | 1000 | 0 | 0 | 1011010 | 1100100 | 1000011 | 110 | 1100100 | 10000 |
Color Harmonies of #530800
Complementary color
Monochromatic Colors of #530800
Black with #530800
Text Example
Text Example
White with #530800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530800; }
p { color: rgb(83,8,0); }
H1.HeaderClassName
{
color: #530800;
}
.AnyTagClassName
{
color: #530800;
}
</style>
background-color css
<style>
a { background-color: #530800; }
a { background-color: rgb(83,8,0); }
div.DivClassName
{
background-color: #530800;
}
.BgClassName
{
background-color: #530800;
}
</style>
border-color css
<style>
span { border-color: #530800; }
span { border-color: rgb(83,8,0); }
td.TdClassName
{
border-color: #530800;
}
.TagClassName
{
border-color: #530800;
}
</style>