Shades of Cosmic #825263
Tints of Cosmic #825263
RGB
CMYK
RGB Variations
Color information
#825263 (or 0x825263) is known color: Cosmic. HEX triplet: 82, 52 and 63. RGB value is (130,82,99). Sum of RGB (Red+Green+Blue) = 130+82+99=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 130 - color contains mainly: red. Hex color #825263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825263 is #7DAD9C. Grayscale: #626262. Windows color (decimal): -8236445 or 6509186. OLE color: 6509186.
HSL color Cylindrical-coordinate representation of color #825263: hue angle of 338.75º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #825263 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 82 | 99 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.49 |
| HSL | 338.75º | 0.23% | 0.42% | - |
| HSV(B) | 338.75º | 0.37% | 0.51% | - |
| XYZ | 14.48 | 11.68 | 13.3 | - |
| YUV | 98.29 | 128.4 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 82 | 99 | 0 | 0.37 | 0.24 | 0.49 | 338.75 | 0.23 | 0.42 |
| Hex | 82 | 52 | 63 | 0 | 25 | 18 | 31 | 153 | 17 | 2A |
| Octal | 202 | 122 | 143 | 0 | 45 | 30 | 61 | 523 | 27 | 52 |
| Binary | 10000010 | 1010010 | 1100011 | 0 | 100101 | 11000 | 110001 | 101010011 | 10111 | 101010 |
Color Harmonies of #825263
Complementary color
Monochromatic Colors of #825263
Black with #825263
Text Example
Text Example
White with #825263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825263; }
p { color: rgb(130,82,99); }
H1.HeaderClassName
{
color: #825263;
}
.AnyTagClassName
{
color: #825263;
}
</style>
background-color css
<style>
a { background-color: #825263; }
a { background-color: rgb(130,82,99); }
div.DivClassName
{
background-color: #825263;
}
.BgClassName
{
background-color: #825263;
}
</style>
border-color css
<style>
span { border-color: #825263; }
span { border-color: rgb(130,82,99); }
td.TdClassName
{
border-color: #825263;
}
.TagClassName
{
border-color: #825263;
}
</style>