#512260

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

Shades of Scarlet Gum #512260

Tints of Scarlet Gum #512260

Color information

#512260 (or 0x512260) is unknown color: approx Scarlet Gum. HEX triplet: 51, 22 and 60. RGB value is (81,34,96). Sum of RGB (Red+Green+Blue) = 81+34+96=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 96 (37.89% from 255 or 45.50% from 211); Max value from RGB is 96 - color contains mainly: blue. Hex color #512260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512260 is #AEDD9F. Grayscale: #363636. Windows color (decimal): -11460000 or 6300241. OLE color: 6300241.

HSL color Cylindrical-coordinate representation of color #512260: hue angle of 285.48º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #512260 is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB813496-
CMYK0.160.6500.62
HSL285.48º47.69%25.49%-
HSV(B)285.48º64.58%37.65%-
XYZ6.083.7411.47-
YUV55.12151.07146.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.39%
GREEN value IS 34 (13.67% from 255) = 16.11%
BLUE value IS 96 (37.89% from 255) = 45.50%
R=38.39%
G=16.11%
B=45.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8134960.160.6500.62285.4847.6925.49
Hex512260104103E11d3019
Octal12142140201010764356031
Binary10100011000101100000100001000001011111010001110111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512260; }

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

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

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

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

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

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

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

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