Shades of Black Rose #53273A
Tints of Black Rose #53273A
RGB
CMYK
RGB Variations
Color information
#53273A (or 0x53273A) is known color: Black Rose. HEX triplet: 53, 27 and 3A. RGB value is (83,39,58). Sum of RGB (Red+Green+Blue) = 83+39+58=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 58 (23.05% from 255 or 32.22% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #53273A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53273A is #ACD8C5. Grayscale: #363636. Windows color (decimal): -11327686 or 3811155. OLE color: 3811155.
HSL color Cylindrical-coordinate representation of color #53273A: hue angle of 334.09º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53273A is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 39 | 58 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.67 |
| HSL | 334.09º | 0.36% | 0.24% | - |
| HSV(B) | 334.09º | 0.53% | 0.33% | - |
| XYZ | 5.06 | 3.6 | 4.43 | - |
| YUV | 54.32 | 130.08 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 39 | 58 | 0 | 0.53 | 0.30 | 0.67 | 334.09 | 0.36 | 0.24 |
| Hex | 53 | 27 | 3A | 0 | 35 | 1E | 43 | 14E | 24 | 18 |
| Octal | 123 | 47 | 72 | 0 | 65 | 36 | 103 | 516 | 44 | 30 |
| Binary | 1010011 | 100111 | 111010 | 0 | 110101 | 11110 | 1000011 | 101001110 | 100100 | 11000 |
Color Harmonies of #53273A
Complementary color
Monochromatic Colors of #53273A
Black with #53273A
Text Example
Text Example
White with #53273A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53273A; }
p { color: rgb(83,39,58); }
H1.HeaderClassName
{
color: #53273A;
}
.AnyTagClassName
{
color: #53273A;
}
</style>
background-color css
<style>
a { background-color: #53273A; }
a { background-color: rgb(83,39,58); }
div.DivClassName
{
background-color: #53273A;
}
.BgClassName
{
background-color: #53273A;
}
</style>
border-color css
<style>
span { border-color: #53273A; }
span { border-color: rgb(83,39,58); }
td.TdClassName
{
border-color: #53273A;
}
.TagClassName
{
border-color: #53273A;
}
</style>