#551A63

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

Shades of Scarlet Gum #551A63

Tints of Scarlet Gum #551A63

Color information

#551A63 (or 0x551A63) is unknown color: approx Scarlet Gum. HEX triplet: 55, 1A and 63. RGB value is (85,26,99). Sum of RGB (Red+Green+Blue) = 85+26+99=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 99 - color contains mainly: blue. Hex color #551A63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551A63 is #AAE59C. Grayscale: #333333. Windows color (decimal): -11199901 or 6494805. OLE color: 6494805.

HSL color Cylindrical-coordinate representation of color #551A63: hue angle of 288.49º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #551A63 is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB852699-
CMYK0.140.7400.61
HSL288.49º58.4%24.51%-
HSV(B)288.49º73.74%38.82%-
XYZ6.373.5712.16-
YUV51.96154.55151.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.48%
GREEN value IS 26 (10.55% from 255) = 12.38%
BLUE value IS 99 (39.06% from 255) = 47.14%
R=40.48%
G=12.38%
B=47.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8526990.140.7400.61288.4958.424.51
Hex551A63E4A03D1203a19
Octal12532143161120754407231
Binary101010111010110001111101001010011110110010000011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551A63; }

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

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

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

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

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

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

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

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