Shades of Black Rose #5A2D3C
Tints of Black Rose #5A2D3C
RGB
CMYK
RGB Variations
Color information
#5A2D3C (or 0x5A2D3C) is known color: Black Rose. HEX triplet: 5A, 2D and 3C. RGB value is (90,45,60). Sum of RGB (Red+Green+Blue) = 90+45+60=195 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.15% from 195); Green value is 45 (17.97% from 255 or 23.08% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2D3C is #A5D2C3. Grayscale: #3C3C3C. Windows color (decimal): -10867396 or 3943770. OLE color: 3943770.
HSL color Cylindrical-coordinate representation of color #5A2D3C: hue angle of 340º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5A2D3C is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
RGB | 90 | 45 | 60 | - |
CMYK | 0 | 0.50 | 0.33 | 0.65 |
HSL | 340º | 0.33% | 0.26% | - |
HSV(B) | 340º | 0.5% | 0.35% | - |
XYZ | 5.97 | 4.38 | 4.81 | - |
YUV | 60.17 | 127.91 | 149.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 90 | 45 | 60 | 0 | 0.50 | 0.33 | 0.65 | 340 | 0.33 | 0.26 |
Hex | 5A | 2D | 3C | 0 | 32 | 21 | 41 | 154 | 21 | 1A |
Octal | 132 | 55 | 74 | 0 | 62 | 41 | 101 | 524 | 41 | 32 |
Binary | 1011010 | 101101 | 111100 | 0 | 110010 | 100001 | 1000001 | 101010100 | 100001 | 11010 |
Color Harmonies of #5A2D3C
Complementary color
Monochromatic Colors of #5A2D3C
Black with #5A2D3C
Text Example
Text Example
White with #5A2D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2D3C; }
p { color: rgb(90,45,60); }
H1.HeaderClassName
{
color: #5A2D3C;
}
.AnyTagClassName
{
color: #5A2D3C;
}
</style>
background-color css
<style>
a { background-color: #5A2D3C; }
a { background-color: rgb(90,45,60); }
div.DivClassName
{
background-color: #5A2D3C;
}
.BgClassName
{
background-color: #5A2D3C;
}
</style>
border-color css
<style>
span { border-color: #5A2D3C; }
span { border-color: rgb(90,45,60); }
td.TdClassName
{
border-color: #5A2D3C;
}
.TagClassName
{
border-color: #5A2D3C;
}
</style>