#512A63

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

Shades of Scarlet Gum #512A63

Tints of Scarlet Gum #512A63

Color information

#512A63 (or 0x512A63) is unknown color: approx Scarlet Gum. HEX triplet: 51, 2A and 63. RGB value is (81,42,99). Sum of RGB (Red+Green+Blue) = 81+42+99=222 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.49% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 99 - color contains mainly: blue. Hex color #512A63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512A63 is #AED59C. Grayscale: #3B3B3B. Windows color (decimal): -11457949 or 6498897. OLE color: 6498897.

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

Color convert

RGB814299-
CMYK0.180.5800.61
HSL281.05º40.43%27.65%-
HSV(B)281.05º57.58%38.82%-
XYZ6.474.3112.29-
YUV60.16149.92142.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.49%
GREEN value IS 42 (16.80% from 255) = 18.92%
BLUE value IS 99 (39.06% from 255) = 44.59%
R=36.49%
G=18.92%
B=44.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8142990.180.5800.61281.0540.4327.65
Hex512A63123A03D119281c
Octal1215214322720754315034
Binary1010001101010110001110010111010011110110001100110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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