Shades of Cosmic #823E5F
Tints of Cosmic #823E5F
RGB
CMYK
RGB Variations
Color information
#823E5F (or 0x823E5F) is known color: Cosmic. HEX triplet: 82, 3E and 5F. RGB value is (130,62,95). Sum of RGB (Red+Green+Blue) = 130+62+95=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 130 - color contains mainly: red. Hex color #823E5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823E5F is #7DC1A0. Grayscale: #565656. Windows color (decimal): -8241569 or 6241922. OLE color: 6241922.
HSL color Cylindrical-coordinate representation of color #823E5F: hue angle of 330.88º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #823E5F is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 62 | 95 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.49 |
| HSL | 330.88º | 0.35% | 0.38% | - |
| HSV(B) | 330.88º | 0.52% | 0.51% | - |
| XYZ | 12.99 | 9.02 | 11.88 | - |
| YUV | 86.09 | 133.03 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 62 | 95 | 0 | 0.52 | 0.27 | 0.49 | 330.88 | 0.35 | 0.38 |
| Hex | 82 | 3E | 5F | 0 | 34 | 1B | 31 | 14B | 23 | 26 |
| Octal | 202 | 76 | 137 | 0 | 64 | 33 | 61 | 513 | 43 | 46 |
| Binary | 10000010 | 111110 | 1011111 | 0 | 110100 | 11011 | 110001 | 101001011 | 100011 | 100110 |
Color Harmonies of #823E5F
Complementary color
Monochromatic Colors of #823E5F
Black with #823E5F
Text Example
Text Example
White with #823E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823E5F; }
p { color: rgb(130,62,95); }
H1.HeaderClassName
{
color: #823E5F;
}
.AnyTagClassName
{
color: #823E5F;
}
</style>
background-color css
<style>
a { background-color: #823E5F; }
a { background-color: rgb(130,62,95); }
div.DivClassName
{
background-color: #823E5F;
}
.BgClassName
{
background-color: #823E5F;
}
</style>
border-color css
<style>
span { border-color: #823E5F; }
span { border-color: rgb(130,62,95); }
td.TdClassName
{
border-color: #823E5F;
}
.TagClassName
{
border-color: #823E5F;
}
</style>