#512463

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

Shades of Scarlet Gum #512463

Tints of Scarlet Gum #512463

Color information

#512463 (or 0x512463) is unknown color: approx Scarlet Gum. HEX triplet: 51, 24 and 63. RGB value is (81,36,99). Sum of RGB (Red+Green+Blue) = 81+36+99=216 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.5% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 99 (39.06% from 255 or 45.83% from 216); Max value from RGB is 99 - color contains mainly: blue. Hex color #512463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512463 is #AEDB9C. Grayscale: #383838. Windows color (decimal): -11459485 or 6497361. OLE color: 6497361.

HSL color Cylindrical-coordinate representation of color #512463: hue angle of 282.86º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #512463 is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB813699-
CMYK0.180.6400.61
HSL282.86º46.67%26.47%-
HSV(B)282.86º63.64%38.82%-
XYZ6.283.9112.23-
YUV56.64151.91145.38-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.5%
GREEN value IS 36 (14.45% from 255) = 16.67%
BLUE value IS 99 (39.06% from 255) = 45.83%
R=37.5%
G=16.67%
B=45.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8136990.180.6400.61282.8646.6726.47
Hex512463124003D11b2f1a
Octal12144143221000754335732
Binary10100011001001100011100101000000011110110001101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512463; }

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

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

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

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

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

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

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

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