Shades of Black Rose #602532
Tints of Black Rose #602532
RGB
CMYK
RGB Variations
Color information
#602532 (or 0x602532) is known color: Black Rose. HEX triplet: 60, 25 and 32. RGB value is (96,37,50). Sum of RGB (Red+Green+Blue) = 96+37+50=183 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.46% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 50 (19.92% from 255 or 27.32% from 183); Max value from RGB is 96 - color contains mainly: red. Hex color #602532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602532 is #9FDACD. Grayscale: #383838. Windows color (decimal): -10476238 or 3286368. OLE color: 3286368.
HSL color Cylindrical-coordinate representation of color #602532: hue angle of 346.78º 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 #602532 is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 37 | 50 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.62 |
| HSL | 346.78º | 0.44% | 0.26% | - |
| HSV(B) | 346.78º | 0.61% | 0.38% | - |
| XYZ | 6.06 | 4.04 | 3.48 | - |
| YUV | 56.12 | 124.55 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 37 | 50 | 0 | 0.61 | 0.48 | 0.62 | 346.78 | 0.44 | 0.26 |
| Hex | 60 | 25 | 32 | 0 | 3D | 30 | 3E | 15B | 2C | 1A |
| Octal | 140 | 45 | 62 | 0 | 75 | 60 | 76 | 533 | 54 | 32 |
| Binary | 1100000 | 100101 | 110010 | 0 | 111101 | 110000 | 111110 | 101011011 | 101100 | 11010 |
Color Harmonies of #602532
Complementary color
Monochromatic Colors of #602532
Black with #602532
Text Example
Text Example
White with #602532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602532; }
p { color: rgb(96,37,50); }
H1.HeaderClassName
{
color: #602532;
}
.AnyTagClassName
{
color: #602532;
}
</style>
background-color css
<style>
a { background-color: #602532; }
a { background-color: rgb(96,37,50); }
div.DivClassName
{
background-color: #602532;
}
.BgClassName
{
background-color: #602532;
}
</style>
border-color css
<style>
span { border-color: #602532; }
span { border-color: rgb(96,37,50); }
td.TdClassName
{
border-color: #602532;
}
.TagClassName
{
border-color: #602532;
}
</style>