Shades of Black Rose #5E2B36
Tints of Black Rose #5E2B36
RGB
CMYK
RGB Variations
Color information
#5E2B36 (or 0x5E2B36) is known color: Black Rose. HEX triplet: 5E, 2B and 36. RGB value is (94,43,54). Sum of RGB (Red+Green+Blue) = 94+43+54=191 (25% of max value = 765). Red value is 94 (37.11% from 255 or 49.21% from 191); Green value is 43 (17.19% from 255 or 22.51% from 191); Blue value is 54 (21.48% from 255 or 28.27% from 191); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2B36 is #A1D4C9. Grayscale: #3B3B3B. Windows color (decimal): -10605770 or 3550046. OLE color: 3550046.
HSL color Cylindrical-coordinate representation of color #5E2B36: hue angle of 347.06º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E2B36 is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 43 | 54 | - |
CMYK | 0 | 0.54 | 0.43 | 0.63 |
HSL | 347.06º | 0.37% | 0.27% | - |
HSV(B) | 347.06º | 0.54% | 0.37% | - |
XYZ | 6.15 | 4.37 | 4.01 | - |
YUV | 59.5 | 124.9 | 152.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 43 | 54 | 0 | 0.54 | 0.43 | 0.63 | 347.06 | 0.37 | 0.27 |
Hex | 5E | 2B | 36 | 0 | 36 | 2B | 3F | 15B | 25 | 1B |
Octal | 136 | 53 | 66 | 0 | 66 | 53 | 77 | 533 | 45 | 33 |
Binary | 1011110 | 101011 | 110110 | 0 | 110110 | 101011 | 111111 | 101011011 | 100101 | 11011 |
Color Harmonies of #5E2B36
Complementary color
Monochromatic Colors of #5E2B36
Black with #5E2B36
Text Example
Text Example
White with #5E2B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2B36; }
p { color: rgb(94,43,54); }
H1.HeaderClassName
{
color: #5E2B36;
}
.AnyTagClassName
{
color: #5E2B36;
}
</style>
background-color css
<style>
a { background-color: #5E2B36; }
a { background-color: rgb(94,43,54); }
div.DivClassName
{
background-color: #5E2B36;
}
.BgClassName
{
background-color: #5E2B36;
}
</style>
border-color css
<style>
span { border-color: #5E2B36; }
span { border-color: rgb(94,43,54); }
td.TdClassName
{
border-color: #5E2B36;
}
.TagClassName
{
border-color: #5E2B36;
}
</style>