Shades of Red Oxide #602725
Tints of Red Oxide #602725
RGB
CMYK
RGB Variations
Color information
#602725 (or 0x602725) is known color: Red Oxide. HEX triplet: 60, 27 and 25. RGB value is (96,39,37). Sum of RGB (Red+Green+Blue) = 96+39+37=172 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.81% from 172); Green value is 39 (15.62% from 255 or 22.67% from 172); Blue value is 37 (14.84% from 255 or 21.51% from 172); Max value from RGB is 96 - color contains mainly: red. Hex color #602725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602725 is #9FD8DA. Grayscale: #373737. Windows color (decimal): -10475739 or 2434912. OLE color: 2434912.
HSL color Cylindrical-coordinate representation of color #602725: hue angle of 2.03º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #602725 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 39 | 37 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.62 |
| HSL | 2.03º | 0.44% | 0.26% | - |
| HSV(B) | 2.03º | 0.61% | 0.38% | - |
| XYZ | 5.88 | 4.07 | 2.23 | - |
| YUV | 55.82 | 117.38 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 39 | 37 | 0 | 0.59 | 0.61 | 0.62 | 2.03 | 0.44 | 0.26 |
| Hex | 60 | 27 | 25 | 0 | 3B | 3D | 3E | 2 | 2C | 1A |
| Octal | 140 | 47 | 45 | 0 | 73 | 75 | 76 | 2 | 54 | 32 |
| Binary | 1100000 | 100111 | 100101 | 0 | 111011 | 111101 | 111110 | 10 | 101100 | 11010 |
Color Harmonies of #602725
Complementary color
Monochromatic Colors of #602725
Black with #602725
Text Example
Text Example
White with #602725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602725; }
p { color: rgb(96,39,37); }
H1.HeaderClassName
{
color: #602725;
}
.AnyTagClassName
{
color: #602725;
}
</style>
background-color css
<style>
a { background-color: #602725; }
a { background-color: rgb(96,39,37); }
div.DivClassName
{
background-color: #602725;
}
.BgClassName
{
background-color: #602725;
}
</style>
border-color css
<style>
span { border-color: #602725; }
span { border-color: rgb(96,39,37); }
td.TdClassName
{
border-color: #602725;
}
.TagClassName
{
border-color: #602725;
}
</style>