#512D64

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

Shades of Scarlet Gum #512D64

Tints of Scarlet Gum #512D64

Color information

#512D64 (or 0x512D64) is unknown color: approx Scarlet Gum. HEX triplet: 51, 2D and 64. RGB value is (81,45,100). Sum of RGB (Red+Green+Blue) = 81+45+100=226 (29% of max value = 765). Red value is 81 (32.03% from 255 or 35.84% from 226); Green value is 45 (17.97% from 255 or 19.91% from 226); Blue value is 100 (39.45% from 255 or 44.25% from 226); Max value from RGB is 100 - color contains mainly: blue. Hex color #512D64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512D64 is #AED29B. Grayscale: #3D3D3D. Windows color (decimal): -11457180 or 6565201. OLE color: 6565201.

HSL color Cylindrical-coordinate representation of color #512D64: hue angle of 279.27º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #512D64 is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB8145100-
CMYK0.190.5500.61
HSL279.27º37.93%28.43%-
HSV(B)279.27º55%39.22%-
XYZ6.634.5512.58-
YUV62.03149.43141.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.84%
GREEN value IS 45 (17.97% from 255) = 19.91%
BLUE value IS 100 (39.45% from 255) = 44.25%
R=35.84%
G=19.91%
B=44.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal81451000.190.5500.61279.2737.9328.43
Hex512D64133703D117261c
Octal1215514423670754274634
Binary1010001101101110010010011110111011110110001011110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,45,100); }

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

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

 a { background-color: rgb(81,45,100); }

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

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

 span { border-color: rgb(81,45,100); }

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