Shades of Cosmic #823D64
Tints of Cosmic #823D64
RGB
CMYK
RGB Variations
Color information
#823D64 (or 0x823D64) is known color: Cosmic. HEX triplet: 82, 3D and 64. RGB value is (130,61,100). Sum of RGB (Red+Green+Blue) = 130+61+100=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 61 (24.22% from 255 or 20.96% from 291); Blue value is 100 (39.45% from 255 or 34.36% from 291); Max value from RGB is 130 - color contains mainly: red. Hex color #823D64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823D64 is #7DC29B. Grayscale: #555555. Windows color (decimal): -8241820 or 6569346. OLE color: 6569346.
HSL color Cylindrical-coordinate representation of color #823D64: hue angle of 326.09º 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 #823D64 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 61 | 100 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.49 |
| HSL | 326.09º | 0.36% | 0.37% | - |
| HSV(B) | 326.09º | 0.53% | 0.51% | - |
| XYZ | 13.17 | 9 | 13.1 | - |
| YUV | 86.08 | 135.86 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 61 | 100 | 0 | 0.53 | 0.23 | 0.49 | 326.09 | 0.36 | 0.37 |
| Hex | 82 | 3D | 64 | 0 | 35 | 17 | 31 | 146 | 24 | 25 |
| Octal | 202 | 75 | 144 | 0 | 65 | 27 | 61 | 506 | 44 | 45 |
| Binary | 10000010 | 111101 | 1100100 | 0 | 110101 | 10111 | 110001 | 101000110 | 100100 | 100101 |
Color Harmonies of #823D64
Complementary color
Monochromatic Colors of #823D64
Black with #823D64
Text Example
Text Example
White with #823D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823D64; }
p { color: rgb(130,61,100); }
H1.HeaderClassName
{
color: #823D64;
}
.AnyTagClassName
{
color: #823D64;
}
</style>
background-color css
<style>
a { background-color: #823D64; }
a { background-color: rgb(130,61,100); }
div.DivClassName
{
background-color: #823D64;
}
.BgClassName
{
background-color: #823D64;
}
</style>
border-color css
<style>
span { border-color: #823D64; }
span { border-color: rgb(130,61,100); }
td.TdClassName
{
border-color: #823D64;
}
.TagClassName
{
border-color: #823D64;
}
</style>