#561166

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

Shades of Scarlet Gum #561166

Tints of Scarlet Gum #561166

Color information

#561166 (or 0x561166) is unknown color: approx Scarlet Gum. HEX triplet: 56, 11 and 66. RGB value is (86,17,102). Sum of RGB (Red+Green+Blue) = 86+17+102=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 102 (40.23% from 255 or 49.76% from 205); Max value from RGB is 102 - color contains mainly: blue. Hex color #561166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561166 is #A9EE99. Grayscale: #2F2F2F. Windows color (decimal): -11136666 or 6689110. OLE color: 6689110.

HSL color Cylindrical-coordinate representation of color #561166: hue angle of 288.71º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #561166 is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8617102-
CMYK0.160.8300.6
HSL288.71º71.43%23.33%-
HSV(B)288.71º83.33%40%-
XYZ6.443.3412.88-
YUV47.32158.86155.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.95%
GREEN value IS 17 (7.03% from 255) = 8.29%
BLUE value IS 102 (40.23% from 255) = 49.76%
R=41.95%
G=8.29%
B=49.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal86171020.160.8300.6288.7171.4323.33
Hex561166105303C1214717
Octal126211462012307444110727
Binary10101101000111001101000010100110111100100100001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561166; }

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

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

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

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

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

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

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

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