#512465

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

Shades of Scarlet Gum #512465

Tints of Scarlet Gum #512465

Color information

#512465 (or 0x512465) is unknown color: approx Scarlet Gum. HEX triplet: 51, 24 and 65. RGB value is (81,36,101). Sum of RGB (Red+Green+Blue) = 81+36+101=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 101 (39.84% from 255 or 46.33% from 218); Max value from RGB is 101 - color contains mainly: blue. Hex color #512465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512465 is #AEDB9A. Grayscale: #383838. Windows color (decimal): -11459483 or 6628433. OLE color: 6628433.

HSL color Cylindrical-coordinate representation of color #512465: hue angle of 281.54º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #512465 is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8136101-
CMYK0.200.6400.60
HSL281.54º47.45%26.86%-
HSV(B)281.54º64.36%39.61%-
XYZ6.373.9512.74-
YUV56.86152.91145.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.16%
GREEN value IS 36 (14.45% from 255) = 16.51%
BLUE value IS 101 (39.84% from 255) = 46.33%
R=37.16%
G=16.51%
B=46.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal81361010.200.6400.60281.5447.4526.86
Hex512465144003C11a2f1b
Octal12144145241000744325733
Binary10100011001001100101101001000000011110010001101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512465; }

 p { color: rgb(81,36,101); }

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

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

 a { background-color: rgb(81,36,101); }

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

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

 span { border-color: rgb(81,36,101); }

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