#512E5B

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

Shades of Scarlet Gum #512E5B

Tints of Scarlet Gum #512E5B

Color information

#512E5B (or 0x512E5B) is unknown color: approx Scarlet Gum. HEX triplet: 51, 2E and 5B. RGB value is (81,46,91). Sum of RGB (Red+Green+Blue) = 81+46+91=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 46 (18.36% from 255 or 21.10% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 91 - color contains mainly: blue. Hex color #512E5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512E5B is #AED1A4. Grayscale: #3D3D3D. Windows color (decimal): -11456933 or 5975633. OLE color: 5975633.

HSL color Cylindrical-coordinate representation of color #512E5B: hue angle of 286.67º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #512E5B is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB814691-
CMYK0.110.4900.64
HSL286.67º32.85%26.86%-
HSV(B)286.67º49.45%35.69%-
XYZ6.264.4610.43-
YUV61.6144.6141.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.16%
GREEN value IS 46 (18.36% from 255) = 21.10%
BLUE value IS 91 (35.94% from 255) = 41.74%
R=37.16%
G=21.10%
B=41.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8146910.110.4900.64286.6732.8526.86
Hex512E5BB3104011f211b
Octal12156133136101004374133
Binary1010001101110101101110111100010100000010001111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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