Shades of Cosmic #824B6C
Tints of Cosmic #824B6C
RGB
CMYK
RGB Variations
Color information
#824B6C (or 0x824B6C) is known color: Cosmic. HEX triplet: 82, 4B and 6C. RGB value is (130,75,108). Sum of RGB (Red+Green+Blue) = 130+75+108=313 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.53% from 313); Green value is 75 (29.69% from 255 or 23.96% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 130 - color contains mainly: red. Hex color #824B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824B6C is #7DB493. Grayscale: #5F5F5F. Windows color (decimal): -8238228 or 7097218. OLE color: 7097218.
HSL color Cylindrical-coordinate representation of color #824B6C: hue angle of 324º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #824B6C is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 75 | 108 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.49 |
| HSL | 324º | 0.27% | 0.4% | - |
| HSV(B) | 324º | 0.42% | 0.51% | - |
| XYZ | 14.43 | 10.86 | 15.52 | - |
| YUV | 95.21 | 135.22 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 75 | 108 | 0 | 0.42 | 0.17 | 0.49 | 324 | 0.27 | 0.4 |
| Hex | 82 | 4B | 6C | 0 | 2A | 11 | 31 | 144 | 1B | 28 |
| Octal | 202 | 113 | 154 | 0 | 52 | 21 | 61 | 504 | 33 | 50 |
| Binary | 10000010 | 1001011 | 1101100 | 0 | 101010 | 10001 | 110001 | 101000100 | 11011 | 101000 |
Color Harmonies of #824B6C
Complementary color
Monochromatic Colors of #824B6C
Black with #824B6C
Text Example
Text Example
White with #824B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824B6C; }
p { color: rgb(130,75,108); }
H1.HeaderClassName
{
color: #824B6C;
}
.AnyTagClassName
{
color: #824B6C;
}
</style>
background-color css
<style>
a { background-color: #824B6C; }
a { background-color: rgb(130,75,108); }
div.DivClassName
{
background-color: #824B6C;
}
.BgClassName
{
background-color: #824B6C;
}
</style>
border-color css
<style>
span { border-color: #824B6C; }
span { border-color: rgb(130,75,108); }
td.TdClassName
{
border-color: #824B6C;
}
.TagClassName
{
border-color: #824B6C;
}
</style>