#56146a

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

Shades of Scarlet Gum #56146A

Tints of Scarlet Gum #56146A

Color information

#56146A (or 0x56146A) is unknown color: approx Scarlet Gum. HEX triplet: 56, 14 and 6A. RGB value is (86,20,106). Sum of RGB (Red+Green+Blue) = 86+20+106=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 20 (8.20% from 255 or 9.43% from 212); Blue value is 106 (41.80% from 255 or 50% from 212); Max value from RGB is 106 - color contains mainly: blue. Hex color #56146A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56146A is #A9EB95. Grayscale: #313131. Windows color (decimal): -11135894 or 6952022. OLE color: 6952022.

HSL color Cylindrical-coordinate representation of color #56146A: hue angle of 286.05º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #56146A is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8620106-
CMYK0.190.8100.58
HSL286.05º68.25%24.71%-
HSV(B)286.05º81.13%41.57%-
XYZ6.693.5213.96-
YUV49.54159.87154.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.57%
GREEN value IS 20 (8.20% from 255) = 9.43%
BLUE value IS 106 (41.80% from 255) = 50%
R=40.57%
G=9.43%
B=50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86201060.190.8100.58286.0568.2524.71
Hex56146A135103A11e4419
Octal126241522312107243610431
Binary10101101010011010101001110100010111010100011110100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56146a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56146a; }

 p { color: rgb(86,20,106); }

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

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

 a { background-color: rgb(86,20,106); }

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

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

 span { border-color: rgb(86,20,106); }

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