#63847D

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

Shades of Rolling Stone #63847D

Tints of Rolling Stone #63847D

Color information

#63847D (or 0x63847D) is unknown color: approx Rolling Stone. HEX triplet: 63, 84 and 7D. RGB value is (99,132,125). Sum of RGB (Red+Green+Blue) = 99+132+125=356 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.81% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 132 - color contains mainly: green. Hex color #63847D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63847D is #9C7B82. Grayscale: #797979. Windows color (decimal): -10255235 or 8225891. OLE color: 8225891.

HSL color Cylindrical-coordinate representation of color #63847D: hue angle of 167.27º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #63847D is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB99132125-
CMYK0.2500.050.48
HSL167.27º14.29%45.29%-
HSV(B)167.27º25%51.76%-
XYZ17.120.6422.48-
YUV121.34130.07112.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.81%
GREEN value IS 132 (51.95% from 255) = 37.08%
BLUE value IS 125 (49.22% from 255) = 35.11%
R=27.81%
G=37.08%
B=35.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal991321250.2500.050.48167.2714.2945.29
Hex63847D190530a7e2d
Octal1432041753105602471655
Binary1100011100001001111101110010101110000101001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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