#552B63

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

Shades of Scarlet Gum #552B63

Tints of Scarlet Gum #552B63

Color information

#552B63 (or 0x552B63) is unknown color: approx Scarlet Gum. HEX triplet: 55, 2B and 63. RGB value is (85,43,99). Sum of RGB (Red+Green+Blue) = 85+43+99=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 43 (17.19% from 255 or 18.94% from 227); Blue value is 99 (39.06% from 255 or 43.61% from 227); Max value from RGB is 99 - color contains mainly: blue. Hex color #552B63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552B63 is #AAD49C. Grayscale: #3D3D3D. Windows color (decimal): -11195549 or 6499157. OLE color: 6499157.

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

Color convert

RGB854399-
CMYK0.140.5700.61
HSL285º39.44%27.84%-
HSV(B)285º56.57%38.82%-
XYZ6.864.5612.32-
YUV61.94148.91144.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.44%
GREEN value IS 43 (17.19% from 255) = 18.94%
BLUE value IS 99 (39.06% from 255) = 43.61%
R=37.44%
G=18.94%
B=43.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8543990.140.5700.6128539.4427.84
Hex552B63E3903D11d271c
Octal1255314316710754354734
Binary101010110101111000111110111001011110110001110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552B63; }

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

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

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

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

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

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

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

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