#63827D

Color #63827D Rolling Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rolling Stone #63827D

Tints of Rolling Stone #63827D

Color information

#63827D (or 0x63827D) is unknown color: approx Rolling Stone. HEX triplet: 63, 82 and 7D. RGB value is (99,130,125). Sum of RGB (Red+Green+Blue) = 99+130+125=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 130 - color contains mainly: green. Hex color #63827D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63827D is #9C7D82. Grayscale: #787878. Windows color (decimal): -10255747 or 8225379. OLE color: 8225379.

HSL color Cylindrical-coordinate representation of color #63827D: hue angle of 170.32º 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 #63827D is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB99130125-
CMYK0.2400.040.49
HSL170.32º13.54%44.9%-
HSV(B)170.32º23.85%50.98%-
XYZ16.8320.122.39-
YUV120.16130.73112.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 99 (39.06% from 255) = 27.97%
GREEN value IS 130 (51.17% from 255) = 36.72%
BLUE value IS 125 (49.22% from 255) = 35.31%
R=27.97%
G=36.72%
B=35.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal991301250.2400.040.49170.3213.5444.9
Hex63827D180431aae2d
Octal1432021753004612521655
Binary1100011100000101111101110000100110001101010101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63827D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63827D; }

 p { color: rgb(99,130,125); }

 H1.HeaderClassName
 {
   color: #63827D;
 }
 .AnyTagClassName
 {
   color: #63827D;
 }
</style>
background-color css

<style>
 a { background-color: #63827D; }

 a { background-color: rgb(99,130,125); }

 div.DivClassName
 {
   background-color: #63827D;
 }
 .BgClassName
 {
   background-color: #63827D;
 }
</style>
border-color css

<style>
 span { border-color: #63827D; }

 span { border-color: rgb(99,130,125); }

 td.TdClassName
 {
   border-color: #63827D;
 }
 .TagClassName
 {
   border-color: #63827D;
 }
</style>