#552961

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

Shades of Scarlet Gum #552961

Tints of Scarlet Gum #552961

Color information

#552961 (or 0x552961) is unknown color: approx Scarlet Gum. HEX triplet: 55, 29 and 61. RGB value is (85,41,97). Sum of RGB (Red+Green+Blue) = 85+41+97=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 97 (38.28% from 255 or 43.50% from 223); Max value from RGB is 97 - color contains mainly: blue. Hex color #552961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552961 is #AAD69E. Grayscale: #3C3C3C. Windows color (decimal): -11196063 or 6367573. OLE color: 6367573.

HSL color Cylindrical-coordinate representation of color #552961: hue angle of 287.14º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #552961 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB854197-
CMYK0.120.5800.62
HSL287.14º40.58%27.06%-
HSV(B)287.14º57.73%38.04%-
XYZ6.74.3811.8-
YUV60.54148.58145.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.12%
GREEN value IS 41 (16.41% from 255) = 18.39%
BLUE value IS 97 (38.28% from 255) = 43.50%
R=38.12%
G=18.39%
B=43.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8541970.120.5800.62287.1440.5827.06
Hex552961C3A03E11f291b
Octal1255114114720764375133
Binary101010110100111000011100111010011111010001111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552961; }

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

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

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

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

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

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

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

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