#561669

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

Shades of Scarlet Gum #561669

Tints of Scarlet Gum #561669

Color information

#561669 (or 0x561669) is unknown color: approx Scarlet Gum. HEX triplet: 56, 16 and 69. RGB value is (86,22,105). Sum of RGB (Red+Green+Blue) = 86+22+105=213 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.38% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 105 (41.41% from 255 or 49.30% from 213); Max value from RGB is 105 - color contains mainly: blue. Hex color #561669 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561669 is #A9E996. Grayscale: #323232. Windows color (decimal): -11135383 or 6886998. OLE color: 6886998.

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

Color convert

RGB8622105-
CMYK0.180.7900.59
HSL286.27º65.35%24.9%-
HSV(B)286.27º79.05%41.18%-
XYZ6.673.5713.7-
YUV50.6158.7153.25-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.38%
GREEN value IS 22 (8.98% from 255) = 10.33%
BLUE value IS 105 (41.41% from 255) = 49.30%
R=40.38%
G=10.33%
B=49.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86221050.180.7900.59286.2765.3524.9
Hex561669124F03B11e4119
Octal126261512211707343610131
Binary10101101011011010011001010011110111011100011110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561669; }

 p { color: rgb(86,22,105); }

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

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

 a { background-color: rgb(86,22,105); }

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

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

 span { border-color: rgb(86,22,105); }

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