Shades of Red Oxide #652525
Tints of Red Oxide #652525
RGB
CMYK
RGB Variations
Color information
#652525 (or 0x652525) is known color: Red Oxide. HEX triplet: 65, 25 and 25. RGB value is (101,37,37). Sum of RGB (Red+Green+Blue) = 101+37+37=175 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.71% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 37 (14.84% from 255 or 21.14% from 175); Max value from RGB is 101 - color contains mainly: red. Hex color #652525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652525 is #9ADADA. Grayscale: #383838. Windows color (decimal): -10148571 or 2434405. OLE color: 2434405.
HSL color Cylindrical-coordinate representation of color #652525: hue angle of 0º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #652525 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 37 | 37 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.60 |
| HSL | 0º | 0.46% | 0.27% | - |
| HSV(B) | 0º | 0.63% | 0.4% | - |
| XYZ | 6.36 | 4.22 | 2.23 | - |
| YUV | 56.14 | 117.2 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 37 | 37 | 0 | 0.63 | 0.63 | 0.60 | 0 | 0.46 | 0.27 |
| Hex | 65 | 25 | 25 | 0 | 3F | 3F | 3C | 0 | 2E | 1B |
| Octal | 145 | 45 | 45 | 0 | 77 | 77 | 74 | 0 | 56 | 33 |
| Binary | 1100101 | 100101 | 100101 | 0 | 111111 | 111111 | 111100 | 0 | 101110 | 11011 |
Color Harmonies of #652525
Complementary color
Monochromatic Colors of #652525
Black with #652525
Text Example
Text Example
White with #652525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652525; }
p { color: rgb(101,37,37); }
H1.HeaderClassName
{
color: #652525;
}
.AnyTagClassName
{
color: #652525;
}
</style>
background-color css
<style>
a { background-color: #652525; }
a { background-color: rgb(101,37,37); }
div.DivClassName
{
background-color: #652525;
}
.BgClassName
{
background-color: #652525;
}
</style>
border-color css
<style>
span { border-color: #652525; }
span { border-color: rgb(101,37,37); }
td.TdClassName
{
border-color: #652525;
}
.TagClassName
{
border-color: #652525;
}
</style>