#561966

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

Shades of Scarlet Gum #561966

Tints of Scarlet Gum #561966

Color information

#561966 (or 0x561966) is unknown color: approx Scarlet Gum. HEX triplet: 56, 19 and 66. RGB value is (86,25,102). Sum of RGB (Red+Green+Blue) = 86+25+102=213 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.38% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 102 (40.23% from 255 or 47.89% from 213); Max value from RGB is 102 - color contains mainly: blue. Hex color #561966 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561966 is #A9E699. Grayscale: #333333. Windows color (decimal): -11134618 or 6691158. OLE color: 6691158.

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

Color convert

RGB8625102-
CMYK0.160.7500.6
HSL287.53º60.63%24.9%-
HSV(B)287.53º75.49%40%-
XYZ6.583.6312.92-
YUV52.02156.21152.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.38%
GREEN value IS 25 (10.16% from 255) = 11.74%
BLUE value IS 102 (40.23% from 255) = 47.89%
R=40.38%
G=11.74%
B=47.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal86251020.160.7500.6287.5360.6324.9
Hex561966104B03C1203d19
Octal12631146201130744407531
Binary1010110110011100110100001001011011110010010000011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561966; }

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

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

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

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

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

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

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

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