#512E60

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

Shades of Scarlet Gum #512E60

Tints of Scarlet Gum #512E60

Color information

#512E60 (or 0x512E60) is unknown color: approx Scarlet Gum. HEX triplet: 51, 2E and 60. RGB value is (81,46,96). Sum of RGB (Red+Green+Blue) = 81+46+96=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 96 - color contains mainly: blue. Hex color #512E60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512E60 is #AED19F. Grayscale: #3E3E3E. Windows color (decimal): -11456928 or 6303313. OLE color: 6303313.

HSL color Cylindrical-coordinate representation of color #512E60: hue angle of 282º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #512E60 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB814696-
CMYK0.160.5200.62
HSL282º35.21%27.84%-
HSV(B)282º52.08%37.65%-
XYZ6.484.5511.6-
YUV62.16147.1141.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.32%
GREEN value IS 46 (18.36% from 255) = 20.63%
BLUE value IS 96 (37.89% from 255) = 43.05%
R=36.32%
G=20.63%
B=43.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8146960.160.5200.6228235.2127.84
Hex512E60103403E11a231c
Octal1215614020640764324334
Binary1010001101110110000010000110100011111010001101010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512E60; }

 p { color: rgb(81,46,96); }

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

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

 a { background-color: rgb(81,46,96); }

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

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

 span { border-color: rgb(81,46,96); }

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