Shades of Cosmic #823D5B
Tints of Cosmic #823D5B
RGB
CMYK
RGB Variations
Color information
#823D5B (or 0x823D5B) is known color: Cosmic. HEX triplet: 82, 3D and 5B. RGB value is (130,61,91). Sum of RGB (Red+Green+Blue) = 130+61+91=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 130 - color contains mainly: red. Hex color #823D5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823D5B is #7DC2A4. Grayscale: #555555. Windows color (decimal): -8241829 or 5979522. OLE color: 5979522.
HSL color Cylindrical-coordinate representation of color #823D5B: hue angle of 333.91º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #823D5B is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 61 | 91 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.49 |
| HSL | 333.91º | 0.36% | 0.37% | - |
| HSV(B) | 333.91º | 0.53% | 0.51% | - |
| XYZ | 12.76 | 8.84 | 10.93 | - |
| YUV | 85.05 | 131.36 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 61 | 91 | 0 | 0.53 | 0.30 | 0.49 | 333.91 | 0.36 | 0.37 |
| Hex | 82 | 3D | 5B | 0 | 35 | 1E | 31 | 14E | 24 | 25 |
| Octal | 202 | 75 | 133 | 0 | 65 | 36 | 61 | 516 | 44 | 45 |
| Binary | 10000010 | 111101 | 1011011 | 0 | 110101 | 11110 | 110001 | 101001110 | 100100 | 100101 |
Color Harmonies of #823D5B
Complementary color
Monochromatic Colors of #823D5B
Black with #823D5B
Text Example
Text Example
White with #823D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823D5B; }
p { color: rgb(130,61,91); }
H1.HeaderClassName
{
color: #823D5B;
}
.AnyTagClassName
{
color: #823D5B;
}
</style>
background-color css
<style>
a { background-color: #823D5B; }
a { background-color: rgb(130,61,91); }
div.DivClassName
{
background-color: #823D5B;
}
.BgClassName
{
background-color: #823D5B;
}
</style>
border-color css
<style>
span { border-color: #823D5B; }
span { border-color: rgb(130,61,91); }
td.TdClassName
{
border-color: #823D5B;
}
.TagClassName
{
border-color: #823D5B;
}
</style>