Shades of Red Oxide #612524
Tints of Red Oxide #612524
RGB
CMYK
RGB Variations
Color information
#612524 (or 0x612524) is known color: Red Oxide. HEX triplet: 61, 25 and 24. RGB value is (97,37,36). Sum of RGB (Red+Green+Blue) = 97+37+36=170 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.06% from 170); Green value is 37 (14.84% from 255 or 21.76% from 170); Blue value is 36 (14.45% from 255 or 21.18% from 170); Max value from RGB is 97 - color contains mainly: red. Hex color #612524 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612524 is #9EDADB. Grayscale: #363636. Windows color (decimal): -10410716 or 2368865. OLE color: 2368865.
HSL color Cylindrical-coordinate representation of color #612524: hue angle of 0.98º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #612524 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 37 | 36 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.62 |
| HSL | 0.98º | 0.46% | 0.26% | - |
| HSV(B) | 0.98º | 0.63% | 0.38% | - |
| XYZ | 5.91 | 3.99 | 2.13 | - |
| YUV | 54.83 | 117.38 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 37 | 36 | 0 | 0.62 | 0.63 | 0.62 | 0.98 | 0.46 | 0.26 |
| Hex | 61 | 25 | 24 | 0 | 3E | 3F | 3E | 1 | 2E | 1A |
| Octal | 141 | 45 | 44 | 0 | 76 | 77 | 76 | 1 | 56 | 32 |
| Binary | 1100001 | 100101 | 100100 | 0 | 111110 | 111111 | 111110 | 1 | 101110 | 11010 |
Color Harmonies of #612524
Complementary color
Monochromatic Colors of #612524
Black with #612524
Text Example
Text Example
White with #612524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612524; }
p { color: rgb(97,37,36); }
H1.HeaderClassName
{
color: #612524;
}
.AnyTagClassName
{
color: #612524;
}
</style>
background-color css
<style>
a { background-color: #612524; }
a { background-color: rgb(97,37,36); }
div.DivClassName
{
background-color: #612524;
}
.BgClassName
{
background-color: #612524;
}
</style>
border-color css
<style>
span { border-color: #612524; }
span { border-color: rgb(97,37,36); }
td.TdClassName
{
border-color: #612524;
}
.TagClassName
{
border-color: #612524;
}
</style>