Shades of Cosmic #82476A
Tints of Cosmic #82476A
RGB
CMYK
RGB Variations
Color information
#82476A (or 0x82476A) is known color: Cosmic. HEX triplet: 82, 47 and 6A. RGB value is (130,71,106). Sum of RGB (Red+Green+Blue) = 130+71+106=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 130 - color contains mainly: red. Hex color #82476A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82476A is #7DB895. Grayscale: #5C5C5C. Windows color (decimal): -8239254 or 6965122. OLE color: 6965122.
HSL color Cylindrical-coordinate representation of color #82476A: hue angle of 324.41º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82476A is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 71 | 106 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.49 |
| HSL | 324.41º | 0.29% | 0.39% | - |
| HSV(B) | 324.41º | 0.45% | 0.51% | - |
| XYZ | 14.06 | 10.29 | 14.88 | - |
| YUV | 92.63 | 135.55 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 71 | 106 | 0 | 0.45 | 0.18 | 0.49 | 324.41 | 0.29 | 0.39 |
| Hex | 82 | 47 | 6A | 0 | 2D | 12 | 31 | 144 | 1D | 27 |
| Octal | 202 | 107 | 152 | 0 | 55 | 22 | 61 | 504 | 35 | 47 |
| Binary | 10000010 | 1000111 | 1101010 | 0 | 101101 | 10010 | 110001 | 101000100 | 11101 | 100111 |
Color Harmonies of #82476A
Complementary color
Monochromatic Colors of #82476A
Black with #82476A
Text Example
Text Example
White with #82476A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82476A; }
p { color: rgb(130,71,106); }
H1.HeaderClassName
{
color: #82476A;
}
.AnyTagClassName
{
color: #82476A;
}
</style>
background-color css
<style>
a { background-color: #82476A; }
a { background-color: rgb(130,71,106); }
div.DivClassName
{
background-color: #82476A;
}
.BgClassName
{
background-color: #82476A;
}
</style>
border-color css
<style>
span { border-color: #82476A; }
span { border-color: rgb(130,71,106); }
td.TdClassName
{
border-color: #82476A;
}
.TagClassName
{
border-color: #82476A;
}
</style>