#56136A

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

Shades of Scarlet Gum #56136A

Tints of Scarlet Gum #56136A

Color information

#56136A (or 0x56136A) is unknown color: approx Scarlet Gum. HEX triplet: 56, 13 and 6A. RGB value is (86,19,106). Sum of RGB (Red+Green+Blue) = 86+19+106=211 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.76% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 106 (41.80% from 255 or 50.24% from 211); Max value from RGB is 106 - color contains mainly: blue. Hex color #56136A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56136A is #A9EC95. Grayscale: #303030. Windows color (decimal): -11136150 or 6951766. OLE color: 6951766.

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

Color convert

RGB8619106-
CMYK0.190.8200.58
HSL286.21º69.6%24.51%-
HSV(B)286.21º82.08%41.57%-
XYZ6.673.4813.96-
YUV48.95160.2154.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.76%
GREEN value IS 19 (7.81% from 255) = 9.00%
BLUE value IS 106 (41.80% from 255) = 50.24%
R=40.76%
G=9.00%
B=50.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86191060.190.8200.58286.2169.624.51
Hex56136A135203A11e4619
Octal126231522312207243610631
Binary10101101001111010101001110100100111010100011110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56136A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56136A; }

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

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

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

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

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

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

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

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