#561B69

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

Shades of Scarlet Gum #561B69

Tints of Scarlet Gum #561B69

Color information

#561B69 (or 0x561B69) is unknown color: approx Scarlet Gum. HEX triplet: 56, 1B and 69. RGB value is (86,27,105). Sum of RGB (Red+Green+Blue) = 86+27+105=218 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.45% from 218); Green value is 27 (10.94% from 255 or 12.39% from 218); Blue value is 105 (41.41% from 255 or 48.17% from 218); Max value from RGB is 105 - color contains mainly: blue. Hex color #561B69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561B69 is #A9E496. Grayscale: #353535. Windows color (decimal): -11134103 or 6888278. OLE color: 6888278.

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

Color convert

RGB8627105-
CMYK0.180.7400.59
HSL285.38º59.09%25.88%-
HSV(B)285.38º74.29%41.18%-
XYZ6.783.7813.74-
YUV53.53157.05151.16-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.45%
GREEN value IS 27 (10.94% from 255) = 12.39%
BLUE value IS 105 (41.41% from 255) = 48.17%
R=39.45%
G=12.39%
B=48.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86271050.180.7400.59285.3859.0925.88
Hex561B69124A03B11d3b1a
Octal12633151221120734357332
Binary1010110110111101001100101001010011101110001110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561B69; }

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

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

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

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

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

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

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

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