#563161

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

Shades of Scarlet Gum #563161

Tints of Scarlet Gum #563161

Color information

#563161 (or 0x563161) is unknown color: approx Scarlet Gum. HEX triplet: 56, 31 and 61. RGB value is (86,49,97). Sum of RGB (Red+Green+Blue) = 86+49+97=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 97 - color contains mainly: blue. Hex color #563161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563161 is #A9CE9E. Grayscale: #414141. Windows color (decimal): -11128479 or 6369622. OLE color: 6369622.

HSL color Cylindrical-coordinate representation of color #563161: hue angle of 286.25º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #563161 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB864997-
CMYK0.110.4900.62
HSL286.25º32.88%28.63%-
HSV(B)286.25º49.48%38.04%-
XYZ7.095.0411.91-
YUV65.54145.76142.6-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.07%
GREEN value IS 49 (19.53% from 255) = 21.12%
BLUE value IS 97 (38.28% from 255) = 41.81%
R=37.07%
G=21.12%
B=41.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8649970.110.4900.62286.2532.8828.63
Hex563161B3103E11e211d
Octal1266114113610764364135
Binary101011011000111000011011110001011111010001111010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563161; }

 p { color: rgb(86,49,97); }

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

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

 a { background-color: rgb(86,49,97); }

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

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

 span { border-color: rgb(86,49,97); }

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