Shades of Black Rose #532238
Tints of Black Rose #532238
RGB
CMYK
RGB Variations
Color information
#532238 (or 0x532238) is known color: Black Rose. HEX triplet: 53, 22 and 38. RGB value is (83,34,56). Sum of RGB (Red+Green+Blue) = 83+34+56=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 56 (22.27% from 255 or 32.37% from 173); Max value from RGB is 83 - color contains mainly: red. Hex color #532238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532238 is #ACDDC7. Grayscale: #333333. Windows color (decimal): -11328968 or 3678803. OLE color: 3678803.
HSL color Cylindrical-coordinate representation of color #532238: hue angle of 333.06º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #532238 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 34 | 56 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.67 |
| HSL | 333.06º | 0.42% | 0.23% | - |
| HSV(B) | 333.06º | 0.59% | 0.33% | - |
| XYZ | 4.85 | 3.27 | 4.12 | - |
| YUV | 51.16 | 130.73 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 34 | 56 | 0 | 0.59 | 0.33 | 0.67 | 333.06 | 0.42 | 0.23 |
| Hex | 53 | 22 | 38 | 0 | 3B | 21 | 43 | 14D | 2A | 17 |
| Octal | 123 | 42 | 70 | 0 | 73 | 41 | 103 | 515 | 52 | 27 |
| Binary | 1010011 | 100010 | 111000 | 0 | 111011 | 100001 | 1000011 | 101001101 | 101010 | 10111 |
Color Harmonies of #532238
Complementary color
Monochromatic Colors of #532238
Black with #532238
Text Example
Text Example
White with #532238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532238; }
p { color: rgb(83,34,56); }
H1.HeaderClassName
{
color: #532238;
}
.AnyTagClassName
{
color: #532238;
}
</style>
background-color css
<style>
a { background-color: #532238; }
a { background-color: rgb(83,34,56); }
div.DivClassName
{
background-color: #532238;
}
.BgClassName
{
background-color: #532238;
}
</style>
border-color css
<style>
span { border-color: #532238; }
span { border-color: rgb(83,34,56); }
td.TdClassName
{
border-color: #532238;
}
.TagClassName
{
border-color: #532238;
}
</style>