#512263

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

Shades of Scarlet Gum #512263

Tints of Scarlet Gum #512263

Color information

#512263 (or 0x512263) is unknown color: approx Scarlet Gum. HEX triplet: 51, 22 and 63. RGB value is (81,34,99). Sum of RGB (Red+Green+Blue) = 81+34+99=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 99 - color contains mainly: blue. Hex color #512263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512263 is #AEDD9C. Grayscale: #373737. Windows color (decimal): -11459997 or 6496849. OLE color: 6496849.

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

Color convert

RGB813499-
CMYK0.180.6600.61
HSL283.38º48.87%26.08%-
HSV(B)283.38º65.66%38.82%-
XYZ6.223.7912.21-
YUV55.46152.57146.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.85%
GREEN value IS 34 (13.67% from 255) = 15.89%
BLUE value IS 99 (39.06% from 255) = 46.26%
R=37.85%
G=15.89%
B=46.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8134990.180.6600.61283.3848.8726.08
Hex512263124203D11b311a
Octal12142143221020754336132
Binary10100011000101100011100101000010011110110001101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512263; }

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

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

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

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

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

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

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

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