#512F5E

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

Shades of Scarlet Gum #512F5E

Tints of Scarlet Gum #512F5E

Color information

#512F5E (or 0x512F5E) is unknown color: approx Scarlet Gum. HEX triplet: 51, 2F and 5E. RGB value is (81,47,94). Sum of RGB (Red+Green+Blue) = 81+47+94=222 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.49% from 222); Green value is 47 (18.75% from 255 or 21.17% from 222); Blue value is 94 (37.11% from 255 or 42.34% from 222); Max value from RGB is 94 - color contains mainly: blue. Hex color #512F5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512F5E is #AED0A1. Grayscale: #3E3E3E. Windows color (decimal): -11456674 or 6172497. OLE color: 6172497.

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

Color convert

RGB814794-
CMYK0.140.500.63
HSL283.4º33.33%27.65%-
HSV(B)283.4º50%36.86%-
XYZ6.434.5911.14-
YUV62.52145.76141.18-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.49%
GREEN value IS 47 (18.75% from 255) = 21.17%
BLUE value IS 94 (37.11% from 255) = 42.34%
R=36.49%
G=21.17%
B=42.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8147940.140.500.63283.433.3327.65
Hex512F5EE3203F11b211c
Octal1215713616620774334134
Binary101000110111110111101110110010011111110001101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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