#551969

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

Shades of Scarlet Gum #551969

Tints of Scarlet Gum #551969

Color information

#551969 (or 0x551969) is unknown color: approx Scarlet Gum. HEX triplet: 55, 19 and 69. RGB value is (85,25,105). Sum of RGB (Red+Green+Blue) = 85+25+105=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 105 (41.41% from 255 or 48.84% from 215); Max value from RGB is 105 - color contains mainly: blue. Hex color #551969 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551969 is #AAE696. Grayscale: #333333. Windows color (decimal): -11200151 or 6887765. OLE color: 6887765.

HSL color Cylindrical-coordinate representation of color #551969: hue angle of 285º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #551969 is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8525105-
CMYK0.190.7600.59
HSL285º61.54%25.49%-
HSV(B)285º76.19%41.18%-
XYZ6.643.6513.72-
YUV52.06157.88151.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.53%
GREEN value IS 25 (10.16% from 255) = 11.63%
BLUE value IS 105 (41.41% from 255) = 48.84%
R=39.53%
G=11.63%
B=48.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85251050.190.7600.5928561.5425.49
Hex551969134C03B11d3e19
Octal12531151231140734357631
Binary1010101110011101001100111001100011101110001110111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551969; }

 p { color: rgb(85,25,105); }

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

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

 a { background-color: rgb(85,25,105); }

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

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

 span { border-color: rgb(85,25,105); }

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