Shades of Black Rose #5A232F
Tints of Black Rose #5A232F
RGB
CMYK
RGB Variations
Color information
#5A232F (or 0x5A232F) is known color: Black Rose. HEX triplet: 5A, 23 and 2F. RGB value is (90,35,47). Sum of RGB (Red+Green+Blue) = 90+35+47=172 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.33% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 47 (18.75% from 255 or 27.33% from 172); Max value from RGB is 90 - color contains mainly: red. Hex color #5A232F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A232F is #A5DCD0. Grayscale: #343434. Windows color (decimal): -10869969 or 3089242. OLE color: 3089242.
HSL color Cylindrical-coordinate representation of color #5A232F: hue angle of 346.91º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5A232F is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 35 | 47 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.65 |
| HSL | 346.91º | 0.44% | 0.25% | - |
| HSV(B) | 346.91º | 0.61% | 0.35% | - |
| XYZ | 5.33 | 3.58 | 3.1 | - |
| YUV | 52.81 | 124.72 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 35 | 47 | 0 | 0.61 | 0.48 | 0.65 | 346.91 | 0.44 | 0.25 |
| Hex | 5A | 23 | 2F | 0 | 3D | 30 | 41 | 15B | 2C | 19 |
| Octal | 132 | 43 | 57 | 0 | 75 | 60 | 101 | 533 | 54 | 31 |
| Binary | 1011010 | 100011 | 101111 | 0 | 111101 | 110000 | 1000001 | 101011011 | 101100 | 11001 |
Color Harmonies of #5A232F
Complementary color
Monochromatic Colors of #5A232F
Black with #5A232F
Text Example
Text Example
White with #5A232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A232F; }
p { color: rgb(90,35,47); }
H1.HeaderClassName
{
color: #5A232F;
}
.AnyTagClassName
{
color: #5A232F;
}
</style>
background-color css
<style>
a { background-color: #5A232F; }
a { background-color: rgb(90,35,47); }
div.DivClassName
{
background-color: #5A232F;
}
.BgClassName
{
background-color: #5A232F;
}
</style>
border-color css
<style>
span { border-color: #5A232F; }
span { border-color: rgb(90,35,47); }
td.TdClassName
{
border-color: #5A232F;
}
.TagClassName
{
border-color: #5A232F;
}
</style>