Shades of Rolling Stone #63827E
Tints of Rolling Stone #63827E
RGB
CMYK
RGB Variations
Color information
#63827E (or 0x63827E) is known color: Rolling Stone. HEX triplet: 63, 82 and 7E. RGB value is (99,130,126). Sum of RGB (Red+Green+Blue) = 99+130+126=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 130 - color contains mainly: green. Hex color #63827E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63827E is #9C7D81. Grayscale: #787878. Windows color (decimal): -10255746 or 8290915. OLE color: 8290915.
HSL color Cylindrical-coordinate representation of color #63827E: hue angle of 172.26º 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 #63827E is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 99 | 130 | 126 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.49 |
| HSL | 172.26º | 0.14% | 0.45% | - |
| HSV(B) | 172.26º | 0.24% | 0.51% | - |
| XYZ | 16.89 | 20.12 | 22.73 | - |
| YUV | 120.28 | 131.23 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 130 | 126 | 0.24 | 0 | 0.03 | 0.49 | 172.26 | 0.14 | 0.45 |
| Hex | 63 | 82 | 7E | 18 | 0 | 3 | 31 | AC | E | 2D |
| Octal | 143 | 202 | 176 | 30 | 0 | 3 | 61 | 254 | 16 | 55 |
| Binary | 1100011 | 10000010 | 1111110 | 11000 | 0 | 11 | 110001 | 10101100 | 1110 | 101101 |
Color Harmonies of #63827E
Complementary color
Monochromatic Colors of #63827E
Black with #63827E
Text Example
Text Example
White with #63827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63827E; }
p { color: rgb(99,130,126); }
H1.HeaderClassName
{
color: #63827E;
}
.AnyTagClassName
{
color: #63827E;
}
</style>
background-color css
<style>
a { background-color: #63827E; }
a { background-color: rgb(99,130,126); }
div.DivClassName
{
background-color: #63827E;
}
.BgClassName
{
background-color: #63827E;
}
</style>
border-color css
<style>
span { border-color: #63827E; }
span { border-color: rgb(99,130,126); }
td.TdClassName
{
border-color: #63827E;
}
.TagClassName
{
border-color: #63827E;
}
</style>