#561666

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

Shades of Scarlet Gum #561666

Tints of Scarlet Gum #561666

Color information

#561666 (or 0x561666) is unknown color: approx Scarlet Gum. HEX triplet: 56, 16 and 66. RGB value is (86,22,102). Sum of RGB (Red+Green+Blue) = 86+22+102=210 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.95% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 102 (40.23% from 255 or 48.57% from 210); Max value from RGB is 102 - color contains mainly: blue. Hex color #561666 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561666 is #A9E999. Grayscale: #323232. Windows color (decimal): -11135386 or 6690390. OLE color: 6690390.

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

Color convert

RGB8622102-
CMYK0.160.7800.6
HSL288º64.52%24.31%-
HSV(B)288º78.43%40%-
XYZ6.523.5112.9-
YUV50.26157.2153.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.95%
GREEN value IS 22 (8.98% from 255) = 10.48%
BLUE value IS 102 (40.23% from 255) = 48.57%
R=40.95%
G=10.48%
B=48.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal86221020.160.7800.628864.5224.31
Hex561666104E03C1204118
Octal126261462011607444010130
Binary10101101011011001101000010011100111100100100000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561666; }

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

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

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

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

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

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

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

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