#561168

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

Shades of Scarlet Gum #561168

Tints of Scarlet Gum #561168

Color information

#561168 (or 0x561168) is unknown color: approx Scarlet Gum. HEX triplet: 56, 11 and 68. RGB value is (86,17,104). Sum of RGB (Red+Green+Blue) = 86+17+104=207 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.55% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 104 (41.02% from 255 or 50.24% from 207); Max value from RGB is 104 - color contains mainly: blue. Hex color #561168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561168 is #A9EE97. Grayscale: #2F2F2F. Windows color (decimal): -11136664 or 6820182. OLE color: 6820182.

HSL color Cylindrical-coordinate representation of color #561168: hue angle of 287.59º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #561168 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8617104-
CMYK0.170.8400.59
HSL287.59º71.9%23.73%-
HSV(B)287.59º83.65%40.78%-
XYZ6.543.3813.4-
YUV47.55159.86155.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.55%
GREEN value IS 17 (7.03% from 255) = 8.21%
BLUE value IS 104 (41.02% from 255) = 50.24%
R=41.55%
G=8.21%
B=50.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86171040.170.8400.59287.5971.923.73
Hex561168115403B1204818
Octal126211502112407344011030
Binary10101101000111010001000110101000111011100100000100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561168; }

 p { color: rgb(86,17,104); }

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

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

 a { background-color: rgb(86,17,104); }

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

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

 span { border-color: rgb(86,17,104); }

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