Shades of Black Rose #542333
Tints of Black Rose #542333
RGB
CMYK
RGB Variations
Color information
#542333 (or 0x542333) is known color: Black Rose. HEX triplet: 54, 23 and 33. RGB value is (84,35,51). Sum of RGB (Red+Green+Blue) = 84+35+51=170 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.41% from 170); Green value is 35 (14.06% from 255 or 20.59% from 170); Blue value is 51 (20.31% from 255 or 30% from 170); Max value from RGB is 84 - color contains mainly: red. Hex color #542333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542333 is #ABDCCC. Grayscale: #333333. Windows color (decimal): -11263181 or 3351380. OLE color: 3351380.
HSL color Cylindrical-coordinate representation of color #542333: hue angle of 340.41º 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 #542333 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 35 | 51 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.67 |
| HSL | 340.41º | 0.41% | 0.23% | - |
| HSV(B) | 340.41º | 0.58% | 0.33% | - |
| XYZ | 4.85 | 3.33 | 3.52 | - |
| YUV | 51.48 | 127.73 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 35 | 51 | 0 | 0.58 | 0.39 | 0.67 | 340.41 | 0.41 | 0.23 |
| Hex | 54 | 23 | 33 | 0 | 3A | 27 | 43 | 154 | 29 | 17 |
| Octal | 124 | 43 | 63 | 0 | 72 | 47 | 103 | 524 | 51 | 27 |
| Binary | 1010100 | 100011 | 110011 | 0 | 111010 | 100111 | 1000011 | 101010100 | 101001 | 10111 |
Color Harmonies of #542333
Complementary color
Monochromatic Colors of #542333
Black with #542333
Text Example
Text Example
White with #542333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542333; }
p { color: rgb(84,35,51); }
H1.HeaderClassName
{
color: #542333;
}
.AnyTagClassName
{
color: #542333;
}
</style>
background-color css
<style>
a { background-color: #542333; }
a { background-color: rgb(84,35,51); }
div.DivClassName
{
background-color: #542333;
}
.BgClassName
{
background-color: #542333;
}
</style>
border-color css
<style>
span { border-color: #542333; }
span { border-color: rgb(84,35,51); }
td.TdClassName
{
border-color: #542333;
}
.TagClassName
{
border-color: #542333;
}
</style>