Shades of Cosmic #82426A
Tints of Cosmic #82426A
RGB
CMYK
RGB Variations
Color information
#82426A (or 0x82426A) is known color: Cosmic. HEX triplet: 82, 42 and 6A. RGB value is (130,66,106). Sum of RGB (Red+Green+Blue) = 130+66+106=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 130 - color contains mainly: red. Hex color #82426A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82426A is #7DBD95. Grayscale: #595959. Windows color (decimal): -8240534 or 6963842. OLE color: 6963842.
HSL color Cylindrical-coordinate representation of color #82426A: hue angle of 322.5º 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 #82426A is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 66 | 106 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.49 |
| HSL | 322.5º | 0.33% | 0.38% | - |
| HSV(B) | 322.5º | 0.49% | 0.51% | - |
| XYZ | 13.76 | 9.68 | 14.78 | - |
| YUV | 89.7 | 137.2 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 66 | 106 | 0 | 0.49 | 0.18 | 0.49 | 322.5 | 0.33 | 0.38 |
| Hex | 82 | 42 | 6A | 0 | 31 | 12 | 31 | 142 | 21 | 26 |
| Octal | 202 | 102 | 152 | 0 | 61 | 22 | 61 | 502 | 41 | 46 |
| Binary | 10000010 | 1000010 | 1101010 | 0 | 110001 | 10010 | 110001 | 101000010 | 100001 | 100110 |
Color Harmonies of #82426A
Complementary color
Monochromatic Colors of #82426A
Black with #82426A
Text Example
Text Example
White with #82426A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82426A; }
p { color: rgb(130,66,106); }
H1.HeaderClassName
{
color: #82426A;
}
.AnyTagClassName
{
color: #82426A;
}
</style>
background-color css
<style>
a { background-color: #82426A; }
a { background-color: rgb(130,66,106); }
div.DivClassName
{
background-color: #82426A;
}
.BgClassName
{
background-color: #82426A;
}
</style>
border-color css
<style>
span { border-color: #82426A; }
span { border-color: rgb(130,66,106); }
td.TdClassName
{
border-color: #82426A;
}
.TagClassName
{
border-color: #82426A;
}
</style>