Shades of Cosmic #82546B
Tints of Cosmic #82546B
RGB
CMYK
RGB Variations
Color information
#82546B (or 0x82546B) is known color: Cosmic. HEX triplet: 82, 54 and 6B. RGB value is (130,84,107). Sum of RGB (Red+Green+Blue) = 130+84+107=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 130 - color contains mainly: red. Hex color #82546B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82546B is #7DAB94. Grayscale: #646464. Windows color (decimal): -8235925 or 7033986. OLE color: 7033986.
HSL color Cylindrical-coordinate representation of color #82546B: hue angle of 330º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #82546B is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 84 | 107 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.49 |
| HSL | 330º | 0.21% | 0.42% | - |
| HSV(B) | 330º | 0.35% | 0.51% | - |
| XYZ | 15.03 | 12.15 | 15.46 | - |
| YUV | 100.38 | 131.74 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 84 | 107 | 0 | 0.35 | 0.18 | 0.49 | 330 | 0.21 | 0.42 |
| Hex | 82 | 54 | 6B | 0 | 23 | 12 | 31 | 14A | 15 | 2A |
| Octal | 202 | 124 | 153 | 0 | 43 | 22 | 61 | 512 | 25 | 52 |
| Binary | 10000010 | 1010100 | 1101011 | 0 | 100011 | 10010 | 110001 | 101001010 | 10101 | 101010 |
Color Harmonies of #82546B
Complementary color
Monochromatic Colors of #82546B
Black with #82546B
Text Example
Text Example
White with #82546B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82546B; }
p { color: rgb(130,84,107); }
H1.HeaderClassName
{
color: #82546B;
}
.AnyTagClassName
{
color: #82546B;
}
</style>
background-color css
<style>
a { background-color: #82546B; }
a { background-color: rgb(130,84,107); }
div.DivClassName
{
background-color: #82546B;
}
.BgClassName
{
background-color: #82546B;
}
</style>
border-color css
<style>
span { border-color: #82546B; }
span { border-color: rgb(130,84,107); }
td.TdClassName
{
border-color: #82546B;
}
.TagClassName
{
border-color: #82546B;
}
</style>