Shades of Cosmic #82426D
Tints of Cosmic #82426D
RGB
CMYK
RGB Variations
Color information
#82426D (or 0x82426D) is known color: Cosmic. HEX triplet: 82, 42 and 6D. RGB value is (130,66,109). Sum of RGB (Red+Green+Blue) = 130+66+109=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 130 - color contains mainly: red. Hex color #82426D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82426D is #7DBD92. Grayscale: #595959. Windows color (decimal): -8240531 or 7160450. OLE color: 7160450.
HSL color Cylindrical-coordinate representation of color #82426D: hue angle of 319.69º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82426D is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 66 | 109 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.49 |
| HSL | 319.69º | 0.33% | 0.38% | - |
| HSV(B) | 319.69º | 0.49% | 0.51% | - |
| XYZ | 13.91 | 9.75 | 15.62 | - |
| YUV | 90.04 | 138.7 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 66 | 109 | 0 | 0.49 | 0.16 | 0.49 | 319.69 | 0.33 | 0.38 |
| Hex | 82 | 42 | 6D | 0 | 31 | 10 | 31 | 140 | 21 | 26 |
| Octal | 202 | 102 | 155 | 0 | 61 | 20 | 61 | 500 | 41 | 46 |
| Binary | 10000010 | 1000010 | 1101101 | 0 | 110001 | 10000 | 110001 | 101000000 | 100001 | 100110 |
Color Harmonies of #82426D
Complementary color
Monochromatic Colors of #82426D
Black with #82426D
Text Example
Text Example
White with #82426D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82426D; }
p { color: rgb(130,66,109); }
H1.HeaderClassName
{
color: #82426D;
}
.AnyTagClassName
{
color: #82426D;
}
</style>
background-color css
<style>
a { background-color: #82426D; }
a { background-color: rgb(130,66,109); }
div.DivClassName
{
background-color: #82426D;
}
.BgClassName
{
background-color: #82426D;
}
</style>
border-color css
<style>
span { border-color: #82426D; }
span { border-color: rgb(130,66,109); }
td.TdClassName
{
border-color: #82426D;
}
.TagClassName
{
border-color: #82426D;
}
</style>