#552163

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

Shades of Scarlet Gum #552163

Tints of Scarlet Gum #552163

Color information

#552163 (or 0x552163) is unknown color: approx Scarlet Gum. HEX triplet: 55, 21 and 63. RGB value is (85,33,99). Sum of RGB (Red+Green+Blue) = 85+33+99=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 99 (39.06% from 255 or 45.62% from 217); Max value from RGB is 99 - color contains mainly: blue. Hex color #552163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552163 is #AADE9C. Grayscale: #373737. Windows color (decimal): -11198109 or 6496597. OLE color: 6496597.

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

Color convert

RGB853399-
CMYK0.140.6700.61
HSL287.27º50%25.88%-
HSV(B)287.27º66.67%38.82%-
XYZ6.543.9212.22-
YUV56.07152.23148.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.17%
GREEN value IS 33 (13.28% from 255) = 15.21%
BLUE value IS 99 (39.06% from 255) = 45.62%
R=39.17%
G=15.21%
B=45.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8533990.140.6700.61287.275025.88
Hex552163E4303D11f321a
Octal12541143161030754376232
Binary1010101100001110001111101000011011110110001111111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552163; }

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

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

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

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

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

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

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

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