Shades of Van Cleef #573A3A
Tints of Van Cleef #573A3A
RGB
CMYK
RGB Variations
Color information
#573A3A (or 0x573A3A) is known color: Van Cleef. HEX triplet: 57, 3A and 3A. RGB value is (87,58,58). Sum of RGB (Red+Green+Blue) = 87+58+58=203 (26% of max value = 765). Red value is 87 (34.38% from 255 or 42.86% from 203); Green value is 58 (23.05% from 255 or 28.57% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 87 - color contains mainly: red. Hex color #573A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573A3A is #A8C5C5. Grayscale: #424242. Windows color (decimal): -11060678 or 3816023. OLE color: 3816023.
HSL color Cylindrical-coordinate representation of color #573A3A: hue angle of 0º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #573A3A is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 58 | 58 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.66 |
| HSL | 0º | 0.2% | 0.28% | - |
| HSV(B) | 0º | 0.33% | 0.34% | - |
| XYZ | 6.21 | 5.36 | 4.71 | - |
| YUV | 66.67 | 123.11 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 58 | 58 | 0 | 0.33 | 0.33 | 0.66 | 0 | 0.2 | 0.28 |
| Hex | 57 | 3A | 3A | 0 | 21 | 21 | 42 | 0 | 14 | 1C |
| Octal | 127 | 72 | 72 | 0 | 41 | 41 | 102 | 0 | 24 | 34 |
| Binary | 1010111 | 111010 | 111010 | 0 | 100001 | 100001 | 1000010 | 0 | 10100 | 11100 |
Color Harmonies of #573A3A
Complementary color
Monochromatic Colors of #573A3A
Black with #573A3A
Text Example
Text Example
White with #573A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573A3A; }
p { color: rgb(87,58,58); }
H1.HeaderClassName
{
color: #573A3A;
}
.AnyTagClassName
{
color: #573A3A;
}
</style>
background-color css
<style>
a { background-color: #573A3A; }
a { background-color: rgb(87,58,58); }
div.DivClassName
{
background-color: #573A3A;
}
.BgClassName
{
background-color: #573A3A;
}
</style>
border-color css
<style>
span { border-color: #573A3A; }
span { border-color: rgb(87,58,58); }
td.TdClassName
{
border-color: #573A3A;
}
.TagClassName
{
border-color: #573A3A;
}
</style>