Shades of Rolling Stone #63827B
Tints of Rolling Stone #63827B
RGB
CMYK
RGB Variations
Color information
#63827B (or 0x63827B) is known color: Rolling Stone. HEX triplet: 63, 82 and 7B. RGB value is (99,130,123). Sum of RGB (Red+Green+Blue) = 99+130+123=352 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.12% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 130 - color contains mainly: green. Hex color #63827B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63827B is #9C7D84. Grayscale: #777777. Windows color (decimal): -10255749 or 8094307. OLE color: 8094307.
HSL color Cylindrical-coordinate representation of color #63827B: hue angle of 166.45º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #63827B is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 99 | 130 | 123 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.49 |
| HSL | 166.45º | 0.14% | 0.45% | - |
| HSV(B) | 166.45º | 0.24% | 0.51% | - |
| XYZ | 16.7 | 20.05 | 21.73 | - |
| YUV | 119.93 | 129.73 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 130 | 123 | 0.24 | 0 | 0.05 | 0.49 | 166.45 | 0.14 | 0.45 |
| Hex | 63 | 82 | 7B | 18 | 0 | 5 | 31 | A6 | E | 2D |
| Octal | 143 | 202 | 173 | 30 | 0 | 5 | 61 | 246 | 16 | 55 |
| Binary | 1100011 | 10000010 | 1111011 | 11000 | 0 | 101 | 110001 | 10100110 | 1110 | 101101 |
Color Harmonies of #63827B
Complementary color
Monochromatic Colors of #63827B
Black with #63827B
Text Example
Text Example
White with #63827B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63827B; }
p { color: rgb(99,130,123); }
H1.HeaderClassName
{
color: #63827B;
}
.AnyTagClassName
{
color: #63827B;
}
</style>
background-color css
<style>
a { background-color: #63827B; }
a { background-color: rgb(99,130,123); }
div.DivClassName
{
background-color: #63827B;
}
.BgClassName
{
background-color: #63827B;
}
</style>
border-color css
<style>
span { border-color: #63827B; }
span { border-color: rgb(99,130,123); }
td.TdClassName
{
border-color: #63827B;
}
.TagClassName
{
border-color: #63827B;
}
</style>