#512C5E

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

Shades of Scarlet Gum #512C5E

Tints of Scarlet Gum #512C5E

Color information

#512C5E (or 0x512C5E) is unknown color: approx Scarlet Gum. HEX triplet: 51, 2C and 5E. RGB value is (81,44,94). Sum of RGB (Red+Green+Blue) = 81+44+94=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 44 (17.58% from 255 or 20.09% from 219); Blue value is 94 (37.11% from 255 or 42.92% from 219); Max value from RGB is 94 - color contains mainly: blue. Hex color #512C5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512C5E is #AED3A1. Grayscale: #3C3C3C. Windows color (decimal): -11457442 or 6171729. OLE color: 6171729.

HSL color Cylindrical-coordinate representation of color #512C5E: hue angle of 284.4º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #512C5E is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB814494-
CMYK0.140.5300.63
HSL284.4º36.23%27.06%-
HSV(B)284.4º53.19%36.86%-
XYZ6.314.3611.1-
YUV60.76146.76142.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.99%
GREEN value IS 44 (17.58% from 255) = 20.09%
BLUE value IS 94 (37.11% from 255) = 42.92%
R=36.99%
G=20.09%
B=42.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8144940.140.5300.63284.436.2327.06
Hex512C5EE3503F11c241b
Octal1215413616650774344433
Binary101000110110010111101110110101011111110001110010010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,44,94); }

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

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

 a { background-color: rgb(81,44,94); }

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

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

 span { border-color: rgb(81,44,94); }

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