Shades of Red Oxide #602625
Tints of Red Oxide #602625
RGB
CMYK
RGB Variations
Color information
#602625 (or 0x602625) is known color: Red Oxide. HEX triplet: 60, 26 and 25. RGB value is (96,38,37). Sum of RGB (Red+Green+Blue) = 96+38+37=171 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.14% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 37 (14.84% from 255 or 21.64% from 171); Max value from RGB is 96 - color contains mainly: red. Hex color #602625 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602625 is #9FD9DA. Grayscale: #373737. Windows color (decimal): -10475995 or 2434656. OLE color: 2434656.
HSL color Cylindrical-coordinate representation of color #602625: hue angle of 1.02º 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 #602625 is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 38 | 37 | - |
| CMYK | 0 | 0.60 | 0.61 | 0.62 |
| HSL | 1.02º | 0.44% | 0.26% | - |
| HSV(B) | 1.02º | 0.61% | 0.38% | - |
| XYZ | 5.85 | 4.01 | 2.22 | - |
| YUV | 55.23 | 117.72 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 38 | 37 | 0 | 0.60 | 0.61 | 0.62 | 1.02 | 0.44 | 0.26 |
| Hex | 60 | 26 | 25 | 0 | 3C | 3D | 3E | 1 | 2C | 1A |
| Octal | 140 | 46 | 45 | 0 | 74 | 75 | 76 | 1 | 54 | 32 |
| Binary | 1100000 | 100110 | 100101 | 0 | 111100 | 111101 | 111110 | 1 | 101100 | 11010 |
Color Harmonies of #602625
Complementary color
Monochromatic Colors of #602625
Black with #602625
Text Example
Text Example
White with #602625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602625; }
p { color: rgb(96,38,37); }
H1.HeaderClassName
{
color: #602625;
}
.AnyTagClassName
{
color: #602625;
}
</style>
background-color css
<style>
a { background-color: #602625; }
a { background-color: rgb(96,38,37); }
div.DivClassName
{
background-color: #602625;
}
.BgClassName
{
background-color: #602625;
}
</style>
border-color css
<style>
span { border-color: #602625; }
span { border-color: rgb(96,38,37); }
td.TdClassName
{
border-color: #602625;
}
.TagClassName
{
border-color: #602625;
}
</style>