#57146A

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

Shades of Scarlet Gum #57146A

Tints of Scarlet Gum #57146A

Color information

#57146A (or 0x57146A) is unknown color: approx Scarlet Gum. HEX triplet: 57, 14 and 6A. RGB value is (87,20,106). Sum of RGB (Red+Green+Blue) = 87+20+106=213 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.85% from 213); Green value is 20 (8.20% from 255 or 9.39% from 213); Blue value is 106 (41.80% from 255 or 49.77% from 213); Max value from RGB is 106 - color contains mainly: blue. Hex color #57146A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57146A is #A8EB95. Grayscale: #313131. Windows color (decimal): -11070358 or 6952023. OLE color: 6952023.

HSL color Cylindrical-coordinate representation of color #57146A: hue angle of 286.74º 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 #57146A is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8720106-
CMYK0.180.8100.58
HSL286.74º68.25%24.71%-
HSV(B)286.74º81.13%41.57%-
XYZ6.783.5713.97-
YUV49.84159.7154.51-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.85%
GREEN value IS 20 (8.20% from 255) = 9.39%
BLUE value IS 106 (41.80% from 255) = 49.77%
R=40.85%
G=9.39%
B=49.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal87201060.180.8100.58286.7468.2524.71
Hex57146A125103A11f4419
Octal127241522212107243710431
Binary10101111010011010101001010100010111010100011111100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57146A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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