Shades of Affair #73537B
Tints of Affair #73537B
RGB
CMYK
RGB Variations
Color information
#73537B (or 0x73537B) is known color: Affair. HEX triplet: 73, 53 and 7B. RGB value is (115,83,123). Sum of RGB (Red+Green+Blue) = 115+83+123=321 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.83% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 123 - color contains mainly: blue. Hex color #73537B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73537B is #8CAC84. Grayscale: #616161. Windows color (decimal): -9219205 or 8082291. OLE color: 8082291.
HSL color Cylindrical-coordinate representation of color #73537B: hue angle of 288º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #73537B is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 115 | 83 | 123 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.52 |
| HSL | 288º | 0.19% | 0.4% | - |
| HSV(B) | 288º | 0.33% | 0.48% | - |
| XYZ | 13.74 | 11.26 | 20.19 | - |
| YUV | 97.13 | 142.6 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 83 | 123 | 0.07 | 0.33 | 0 | 0.52 | 288 | 0.19 | 0.4 |
| Hex | 73 | 53 | 7B | 7 | 21 | 0 | 34 | 120 | 13 | 28 |
| Octal | 163 | 123 | 173 | 7 | 41 | 0 | 64 | 440 | 23 | 50 |
| Binary | 1110011 | 1010011 | 1111011 | 111 | 100001 | 0 | 110100 | 100100000 | 10011 | 101000 |
Color Harmonies of #73537B
Complementary color
Monochromatic Colors of #73537B
Black with #73537B
Text Example
Text Example
White with #73537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73537B; }
p { color: rgb(115,83,123); }
H1.HeaderClassName
{
color: #73537B;
}
.AnyTagClassName
{
color: #73537B;
}
</style>
background-color css
<style>
a { background-color: #73537B; }
a { background-color: rgb(115,83,123); }
div.DivClassName
{
background-color: #73537B;
}
.BgClassName
{
background-color: #73537B;
}
</style>
border-color css
<style>
span { border-color: #73537B; }
span { border-color: rgb(115,83,123); }
td.TdClassName
{
border-color: #73537B;
}
.TagClassName
{
border-color: #73537B;
}
</style>