#552963

Color #552963 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #552963

Tints of Scarlet Gum #552963

Color information

#552963 (or 0x552963) is unknown color: approx Scarlet Gum. HEX triplet: 55, 29 and 63. RGB value is (85,41,99). Sum of RGB (Red+Green+Blue) = 85+41+99=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 99 - color contains mainly: blue. Hex color #552963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552963 is #AAD69C. Grayscale: #3C3C3C. Windows color (decimal): -11196061 or 6498645. OLE color: 6498645.

HSL color Cylindrical-coordinate representation of color #552963: hue angle of 285.52º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #552963 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB854199-
CMYK0.140.5900.61
HSL285.52º41.43%27.45%-
HSV(B)285.52º58.59%38.82%-
XYZ6.794.4212.3-
YUV60.77149.58145.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.78%
GREEN value IS 41 (16.41% from 255) = 18.22%
BLUE value IS 99 (39.06% from 255) = 44%
R=37.78%
G=18.22%
B=44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8541990.140.5900.61285.5241.4327.45
Hex552963E3B03D11e291b
Octal1255114316730754365133
Binary101010110100111000111110111011011110110001111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552963; }

 p { color: rgb(85,41,99); }

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

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

 a { background-color: rgb(85,41,99); }

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

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

 span { border-color: rgb(85,41,99); }

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