Shades of Black Rose #531F35
Tints of Black Rose #531F35
RGB
CMYK
RGB Variations
Color information
#531F35 (or 0x531F35) is known color: Black Rose. HEX triplet: 53, 1F and 35. RGB value is (83,31,53). Sum of RGB (Red+Green+Blue) = 83+31+53=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 31 (12.5% from 255 or 18.56% from 167); Blue value is 53 (21.09% from 255 or 31.74% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #531F35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F35 is #ACE0CA. Grayscale: #313131. Windows color (decimal): -11329739 or 3481427. OLE color: 3481427.
HSL color Cylindrical-coordinate representation of color #531F35: hue angle of 334.62º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #531F35 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 31 | 53 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.67 |
| HSL | 334.62º | 0.46% | 0.22% | - |
| HSV(B) | 334.62º | 0.63% | 0.33% | - |
| XYZ | 4.7 | 3.08 | 3.71 | - |
| YUV | 49.06 | 130.23 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 31 | 53 | 0 | 0.63 | 0.36 | 0.67 | 334.62 | 0.46 | 0.22 |
| Hex | 53 | 1F | 35 | 0 | 3F | 24 | 43 | 14F | 2E | 16 |
| Octal | 123 | 37 | 65 | 0 | 77 | 44 | 103 | 517 | 56 | 26 |
| Binary | 1010011 | 11111 | 110101 | 0 | 111111 | 100100 | 1000011 | 101001111 | 101110 | 10110 |
Color Harmonies of #531F35
Complementary color
Monochromatic Colors of #531F35
Black with #531F35
Text Example
Text Example
White with #531F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531F35; }
p { color: rgb(83,31,53); }
H1.HeaderClassName
{
color: #531F35;
}
.AnyTagClassName
{
color: #531F35;
}
</style>
background-color css
<style>
a { background-color: #531F35; }
a { background-color: rgb(83,31,53); }
div.DivClassName
{
background-color: #531F35;
}
.BgClassName
{
background-color: #531F35;
}
</style>
border-color css
<style>
span { border-color: #531F35; }
span { border-color: rgb(83,31,53); }
td.TdClassName
{
border-color: #531F35;
}
.TagClassName
{
border-color: #531F35;
}
</style>