#561765

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

Shades of Scarlet Gum #561765

Tints of Scarlet Gum #561765

Color information

#561765 (or 0x561765) is unknown color: approx Scarlet Gum. HEX triplet: 56, 17 and 65. RGB value is (86,23,101). Sum of RGB (Red+Green+Blue) = 86+23+101=210 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.95% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 101 (39.84% from 255 or 48.10% from 210); Max value from RGB is 101 - color contains mainly: blue. Hex color #561765 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561765 is #A9E89A. Grayscale: #323232. Windows color (decimal): -11135131 or 6625110. OLE color: 6625110.

HSL color Cylindrical-coordinate representation of color #561765: hue angle of 288.46º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #561765 is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8623101-
CMYK0.150.7700.60
HSL288.46º62.9%24.31%-
HSV(B)288.46º77.23%39.61%-
XYZ6.493.5312.65-
YUV50.73156.37153.16-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.95%
GREEN value IS 23 (9.38% from 255) = 10.95%
BLUE value IS 101 (39.84% from 255) = 48.10%
R=40.95%
G=10.95%
B=48.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal86231010.150.7700.60288.4662.924.31
Hex561765F4D03C1203f18
Octal12627145171150744407730
Binary101011010111110010111111001101011110010010000011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561765; }

 p { color: rgb(86,23,101); }

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

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

 a { background-color: rgb(86,23,101); }

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

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

 span { border-color: rgb(86,23,101); }

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