Shades of Black Rose #592C3D
Tints of Black Rose #592C3D
RGB
CMYK
RGB Variations
Color information
#592C3D (or 0x592C3D) is known color: Black Rose. HEX triplet: 59, 2C and 3D. RGB value is (89,44,61). Sum of RGB (Red+Green+Blue) = 89+44+61=194 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.88% from 194); Green value is 44 (17.58% from 255 or 22.68% from 194); Blue value is 61 (24.22% from 255 or 31.44% from 194); Max value from RGB is 89 - color contains mainly: red. Hex color #592C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592C3D is #A6D3C2. Grayscale: #3B3B3B. Windows color (decimal): -10933187 or 4009049. OLE color: 4009049.
HSL color Cylindrical-coordinate representation of color #592C3D: hue angle of 337.33º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #592C3D is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 44 | 61 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.65 |
| HSL | 337.33º | 0.34% | 0.26% | - |
| HSV(B) | 337.33º | 0.51% | 0.35% | - |
| XYZ | 5.86 | 4.26 | 4.93 | - |
| YUV | 59.39 | 128.91 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 44 | 61 | 0 | 0.51 | 0.31 | 0.65 | 337.33 | 0.34 | 0.26 |
| Hex | 59 | 2C | 3D | 0 | 33 | 1F | 41 | 151 | 22 | 1A |
| Octal | 131 | 54 | 75 | 0 | 63 | 37 | 101 | 521 | 42 | 32 |
| Binary | 1011001 | 101100 | 111101 | 0 | 110011 | 11111 | 1000001 | 101010001 | 100010 | 11010 |
Color Harmonies of #592C3D
Complementary color
Monochromatic Colors of #592C3D
Black with #592C3D
Text Example
Text Example
White with #592C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592C3D; }
p { color: rgb(89,44,61); }
H1.HeaderClassName
{
color: #592C3D;
}
.AnyTagClassName
{
color: #592C3D;
}
</style>
background-color css
<style>
a { background-color: #592C3D; }
a { background-color: rgb(89,44,61); }
div.DivClassName
{
background-color: #592C3D;
}
.BgClassName
{
background-color: #592C3D;
}
</style>
border-color css
<style>
span { border-color: #592C3D; }
span { border-color: rgb(89,44,61); }
td.TdClassName
{
border-color: #592C3D;
}
.TagClassName
{
border-color: #592C3D;
}
</style>