Shades of Solid Pink #82444E
Tints of Solid Pink #82444E
RGB
CMYK
RGB Variations
Color information
#82444E (or 0x82444E) is known color: Solid Pink. HEX triplet: 82, 44 and 4E. RGB value is (130,68,78). Sum of RGB (Red+Green+Blue) = 130+68+78=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #82444E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82444E is #7DBBB1. Grayscale: #575757. Windows color (decimal): -8240050 or 5129346. OLE color: 5129346.
HSL color Cylindrical-coordinate representation of color #82444E: hue angle of 350.32º degrees, saturation: 0.31, 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 #82444E is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 68 | 78 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.49 |
| HSL | 350.32º | 0.31% | 0.39% | - |
| HSV(B) | 350.32º | 0.48% | 0.51% | - |
| XYZ | 12.65 | 9.43 | 8.36 | - |
| YUV | 87.68 | 122.54 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 68 | 78 | 0 | 0.48 | 0.40 | 0.49 | 350.32 | 0.31 | 0.39 |
| Hex | 82 | 44 | 4E | 0 | 30 | 28 | 31 | 15E | 1F | 27 |
| Octal | 202 | 104 | 116 | 0 | 60 | 50 | 61 | 536 | 37 | 47 |
| Binary | 10000010 | 1000100 | 1001110 | 0 | 110000 | 101000 | 110001 | 101011110 | 11111 | 100111 |
Color Harmonies of #82444E
Complementary color
Monochromatic Colors of #82444E
Black with #82444E
Text Example
Text Example
White with #82444E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82444E; }
p { color: rgb(130,68,78); }
H1.HeaderClassName
{
color: #82444E;
}
.AnyTagClassName
{
color: #82444E;
}
</style>
background-color css
<style>
a { background-color: #82444E; }
a { background-color: rgb(130,68,78); }
div.DivClassName
{
background-color: #82444E;
}
.BgClassName
{
background-color: #82444E;
}
</style>
border-color css
<style>
span { border-color: #82444E; }
span { border-color: rgb(130,68,78); }
td.TdClassName
{
border-color: #82444E;
}
.TagClassName
{
border-color: #82444E;
}
</style>