Shades of Trendy Pink #824373
Tints of Trendy Pink #824373
RGB
CMYK
RGB Variations
Color information
#824373 (or 0x824373) is known color: Trendy Pink. HEX triplet: 82, 43 and 73. RGB value is (130,67,115). Sum of RGB (Red+Green+Blue) = 130+67+115=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #824373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824373 is #7DBC8C. Grayscale: #5B5B5B. Windows color (decimal): -8240269 or 7553922. OLE color: 7553922.
HSL color Cylindrical-coordinate representation of color #824373: hue angle of 314.29º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #824373 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 67 | 115 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.49 |
| HSL | 314.29º | 0.32% | 0.39% | - |
| HSV(B) | 314.29º | 0.48% | 0.51% | - |
| XYZ | 14.31 | 10 | 17.4 | - |
| YUV | 91.31 | 141.37 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 67 | 115 | 0 | 0.48 | 0.12 | 0.49 | 314.29 | 0.32 | 0.39 |
| Hex | 82 | 43 | 73 | 0 | 30 | C | 31 | 13A | 20 | 27 |
| Octal | 202 | 103 | 163 | 0 | 60 | 14 | 61 | 472 | 40 | 47 |
| Binary | 10000010 | 1000011 | 1110011 | 0 | 110000 | 1100 | 110001 | 100111010 | 100000 | 100111 |
Color Harmonies of #824373
Complementary color
Monochromatic Colors of #824373
Black with #824373
Text Example
Text Example
White with #824373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824373; }
p { color: rgb(130,67,115); }
H1.HeaderClassName
{
color: #824373;
}
.AnyTagClassName
{
color: #824373;
}
</style>
background-color css
<style>
a { background-color: #824373; }
a { background-color: rgb(130,67,115); }
div.DivClassName
{
background-color: #824373;
}
.BgClassName
{
background-color: #824373;
}
</style>
border-color css
<style>
span { border-color: #824373; }
span { border-color: rgb(130,67,115); }
td.TdClassName
{
border-color: #824373;
}
.TagClassName
{
border-color: #824373;
}
</style>