Shades of Black Rose #552A36
Tints of Black Rose #552A36
RGB
CMYK
RGB Variations
Color information
#552A36 (or 0x552A36) is known color: Black Rose. HEX triplet: 55, 2A and 36. RGB value is (85,42,54). Sum of RGB (Red+Green+Blue) = 85+42+54=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 42 (16.80% from 255 or 23.20% from 181); Blue value is 54 (21.48% from 255 or 29.83% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #552A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552A36 is #AAD5C9. Grayscale: #383838. Windows color (decimal): -11195850 or 3549781. OLE color: 3549781.
HSL color Cylindrical-coordinate representation of color #552A36: hue angle of 343.26º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #552A36 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 42 | 54 | - |
| CMYK | 0 | 0.51 | 0.36 | 0.67 |
| HSL | 343.26º | 0.34% | 0.25% | - |
| HSV(B) | 343.26º | 0.51% | 0.33% | - |
| XYZ | 5.24 | 3.85 | 3.96 | - |
| YUV | 56.23 | 126.75 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 42 | 54 | 0 | 0.51 | 0.36 | 0.67 | 343.26 | 0.34 | 0.25 |
| Hex | 55 | 2A | 36 | 0 | 33 | 24 | 43 | 157 | 22 | 19 |
| Octal | 125 | 52 | 66 | 0 | 63 | 44 | 103 | 527 | 42 | 31 |
| Binary | 1010101 | 101010 | 110110 | 0 | 110011 | 100100 | 1000011 | 101010111 | 100010 | 11001 |
Color Harmonies of #552A36
Complementary color
Monochromatic Colors of #552A36
Black with #552A36
Text Example
Text Example
White with #552A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552A36; }
p { color: rgb(85,42,54); }
H1.HeaderClassName
{
color: #552A36;
}
.AnyTagClassName
{
color: #552A36;
}
</style>
background-color css
<style>
a { background-color: #552A36; }
a { background-color: rgb(85,42,54); }
div.DivClassName
{
background-color: #552A36;
}
.BgClassName
{
background-color: #552A36;
}
</style>
border-color css
<style>
span { border-color: #552A36; }
span { border-color: rgb(85,42,54); }
td.TdClassName
{
border-color: #552A36;
}
.TagClassName
{
border-color: #552A36;
}
</style>