Shades of Black Rose #54232F
Tints of Black Rose #54232F
RGB
CMYK
RGB Variations
Color information
#54232F (or 0x54232F) is known color: Black Rose. HEX triplet: 54, 23 and 2F. RGB value is (84,35,47). Sum of RGB (Red+Green+Blue) = 84+35+47=166 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.60% from 166); Green value is 35 (14.06% from 255 or 21.08% from 166); Blue value is 47 (18.75% from 255 or 28.31% from 166); Max value from RGB is 84 - color contains mainly: red. Hex color #54232F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54232F is #ABDCD0. Grayscale: #333333. Windows color (decimal): -11263185 or 3089236. OLE color: 3089236.
HSL color Cylindrical-coordinate representation of color #54232F: hue angle of 345.31º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54232F is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 35 | 47 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.67 |
| HSL | 345.31º | 0.41% | 0.23% | - |
| HSV(B) | 345.31º | 0.58% | 0.33% | - |
| XYZ | 4.77 | 3.29 | 3.07 | - |
| YUV | 51.02 | 125.73 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 35 | 47 | 0 | 0.58 | 0.44 | 0.67 | 345.31 | 0.41 | 0.23 |
| Hex | 54 | 23 | 2F | 0 | 3A | 2C | 43 | 159 | 29 | 17 |
| Octal | 124 | 43 | 57 | 0 | 72 | 54 | 103 | 531 | 51 | 27 |
| Binary | 1010100 | 100011 | 101111 | 0 | 111010 | 101100 | 1000011 | 101011001 | 101001 | 10111 |
Color Harmonies of #54232F
Complementary color
Monochromatic Colors of #54232F
Black with #54232F
Text Example
Text Example
White with #54232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54232F; }
p { color: rgb(84,35,47); }
H1.HeaderClassName
{
color: #54232F;
}
.AnyTagClassName
{
color: #54232F;
}
</style>
background-color css
<style>
a { background-color: #54232F; }
a { background-color: rgb(84,35,47); }
div.DivClassName
{
background-color: #54232F;
}
.BgClassName
{
background-color: #54232F;
}
</style>
border-color css
<style>
span { border-color: #54232F; }
span { border-color: rgb(84,35,47); }
td.TdClassName
{
border-color: #54232F;
}
.TagClassName
{
border-color: #54232F;
}
</style>