Shades of Black Rose #53252E
Tints of Black Rose #53252E
RGB
CMYK
RGB Variations
Color information
#53252E (or 0x53252E) is known color: Black Rose. HEX triplet: 53, 25 and 2E. RGB value is (83,37,46). Sum of RGB (Red+Green+Blue) = 83+37+46=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 37 (14.84% from 255 or 22.29% from 166); Blue value is 46 (18.36% from 255 or 27.71% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #53252E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53252E is #ACDAD1. Grayscale: #333333. Windows color (decimal): -11328210 or 3024211. OLE color: 3024211.
HSL color Cylindrical-coordinate representation of color #53252E: hue angle of 348.26º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53252E is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 37 | 46 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.67 |
| HSL | 348.26º | 0.38% | 0.24% | - |
| HSV(B) | 348.26º | 0.55% | 0.33% | - |
| XYZ | 4.72 | 3.36 | 2.98 | - |
| YUV | 51.78 | 124.74 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 37 | 46 | 0 | 0.55 | 0.45 | 0.67 | 348.26 | 0.38 | 0.24 |
| Hex | 53 | 25 | 2E | 0 | 37 | 2D | 43 | 15C | 26 | 18 |
| Octal | 123 | 45 | 56 | 0 | 67 | 55 | 103 | 534 | 46 | 30 |
| Binary | 1010011 | 100101 | 101110 | 0 | 110111 | 101101 | 1000011 | 101011100 | 100110 | 11000 |
Color Harmonies of #53252E
Complementary color
Monochromatic Colors of #53252E
Black with #53252E
Text Example
Text Example
White with #53252E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53252E; }
p { color: rgb(83,37,46); }
H1.HeaderClassName
{
color: #53252E;
}
.AnyTagClassName
{
color: #53252E;
}
</style>
background-color css
<style>
a { background-color: #53252E; }
a { background-color: rgb(83,37,46); }
div.DivClassName
{
background-color: #53252E;
}
.BgClassName
{
background-color: #53252E;
}
</style>
border-color css
<style>
span { border-color: #53252E; }
span { border-color: rgb(83,37,46); }
td.TdClassName
{
border-color: #53252E;
}
.TagClassName
{
border-color: #53252E;
}
</style>