#561B65

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

Shades of Scarlet Gum #561B65

Tints of Scarlet Gum #561B65

Color information

#561B65 (or 0x561B65) is unknown color: approx Scarlet Gum. HEX triplet: 56, 1B and 65. RGB value is (86,27,101). Sum of RGB (Red+Green+Blue) = 86+27+101=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 27 (10.94% from 255 or 12.62% from 214); Blue value is 101 (39.84% from 255 or 47.20% from 214); Max value from RGB is 101 - color contains mainly: blue. Hex color #561B65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561B65 is #A9E49A. Grayscale: #343434. Windows color (decimal): -11134107 or 6626134. OLE color: 6626134.

HSL color Cylindrical-coordinate representation of color #561B65: hue angle of 287.84º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #561B65 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8627101-
CMYK0.150.7300.60
HSL287.84º57.81%25.1%-
HSV(B)287.84º73.27%39.61%-
XYZ6.583.712.68-
YUV53.08155.05151.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.19%
GREEN value IS 27 (10.94% from 255) = 12.62%
BLUE value IS 101 (39.84% from 255) = 47.20%
R=40.19%
G=12.62%
B=47.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal86271010.150.7300.60287.8457.8125.1
Hex561B65F4903C1203a19
Octal12633145171110744407231
Binary101011011011110010111111001001011110010010000011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561B65; }

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

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

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

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

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

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

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

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