Shades of Cosmic #82446B
Tints of Cosmic #82446B
RGB
CMYK
RGB Variations
Color information
#82446B (or 0x82446B) is known color: Cosmic. HEX triplet: 82, 44 and 6B. RGB value is (130,68,107). Sum of RGB (Red+Green+Blue) = 130+68+107=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 130 - color contains mainly: red. Hex color #82446B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82446B is #7DBB94. Grayscale: #5A5A5A. Windows color (decimal): -8240021 or 7029890. OLE color: 7029890.
HSL color Cylindrical-coordinate representation of color #82446B: hue angle of 322.26º 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 #82446B is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 68 | 107 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.49 |
| HSL | 322.26º | 0.31% | 0.39% | - |
| HSV(B) | 322.26º | 0.48% | 0.51% | - |
| XYZ | 13.93 | 9.94 | 15.09 | - |
| YUV | 90.98 | 137.04 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 68 | 107 | 0 | 0.48 | 0.18 | 0.49 | 322.26 | 0.31 | 0.39 |
| Hex | 82 | 44 | 6B | 0 | 30 | 12 | 31 | 142 | 1F | 27 |
| Octal | 202 | 104 | 153 | 0 | 60 | 22 | 61 | 502 | 37 | 47 |
| Binary | 10000010 | 1000100 | 1101011 | 0 | 110000 | 10010 | 110001 | 101000010 | 11111 | 100111 |
Color Harmonies of #82446B
Complementary color
Monochromatic Colors of #82446B
Black with #82446B
Text Example
Text Example
White with #82446B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82446B; }
p { color: rgb(130,68,107); }
H1.HeaderClassName
{
color: #82446B;
}
.AnyTagClassName
{
color: #82446B;
}
</style>
background-color css
<style>
a { background-color: #82446B; }
a { background-color: rgb(130,68,107); }
div.DivClassName
{
background-color: #82446B;
}
.BgClassName
{
background-color: #82446B;
}
</style>
border-color css
<style>
span { border-color: #82446B; }
span { border-color: rgb(130,68,107); }
td.TdClassName
{
border-color: #82446B;
}
.TagClassName
{
border-color: #82446B;
}
</style>