Shades of Black Rose #531F32
Tints of Black Rose #531F32
RGB
CMYK
RGB Variations
Color information
#531F32 (or 0x531F32) is known color: Black Rose. HEX triplet: 53, 1F and 32. RGB value is (83,31,50). Sum of RGB (Red+Green+Blue) = 83+31+50=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 31 (12.5% from 255 or 18.90% from 164); Blue value is 50 (19.92% from 255 or 30.49% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #531F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F32 is #ACE0CD. Grayscale: #303030. Windows color (decimal): -11329742 or 3284819. OLE color: 3284819.
HSL color Cylindrical-coordinate representation of color #531F32: hue angle of 338.08º 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 #531F32 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 31 | 50 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.67 |
| HSL | 338.08º | 0.46% | 0.22% | - |
| HSV(B) | 338.08º | 0.63% | 0.33% | - |
| XYZ | 4.63 | 3.05 | 3.36 | - |
| YUV | 48.71 | 128.73 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 31 | 50 | 0 | 0.63 | 0.40 | 0.67 | 338.08 | 0.46 | 0.22 |
| Hex | 53 | 1F | 32 | 0 | 3F | 28 | 43 | 152 | 2E | 16 |
| Octal | 123 | 37 | 62 | 0 | 77 | 50 | 103 | 522 | 56 | 26 |
| Binary | 1010011 | 11111 | 110010 | 0 | 111111 | 101000 | 1000011 | 101010010 | 101110 | 10110 |
Color Harmonies of #531F32
Complementary color
Monochromatic Colors of #531F32
Black with #531F32
Text Example
Text Example
White with #531F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531F32; }
p { color: rgb(83,31,50); }
H1.HeaderClassName
{
color: #531F32;
}
.AnyTagClassName
{
color: #531F32;
}
</style>
background-color css
<style>
a { background-color: #531F32; }
a { background-color: rgb(83,31,50); }
div.DivClassName
{
background-color: #531F32;
}
.BgClassName
{
background-color: #531F32;
}
</style>
border-color css
<style>
span { border-color: #531F32; }
span { border-color: rgb(83,31,50); }
td.TdClassName
{
border-color: #531F32;
}
.TagClassName
{
border-color: #531F32;
}
</style>