#512261

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

Shades of Scarlet Gum #512261

Tints of Scarlet Gum #512261

Color information

#512261 (or 0x512261) is unknown color: approx Scarlet Gum. HEX triplet: 51, 22 and 61. RGB value is (81,34,97). Sum of RGB (Red+Green+Blue) = 81+34+97=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 97 (38.28% from 255 or 45.75% from 212); Max value from RGB is 97 - color contains mainly: blue. Hex color #512261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512261 is #AEDD9E. Grayscale: #373737. Windows color (decimal): -11459999 or 6365777. OLE color: 6365777.

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

Color convert

RGB813497-
CMYK0.160.6500.62
HSL284.76º48.09%25.69%-
HSV(B)284.76º64.95%38.04%-
XYZ6.123.7611.71-
YUV55.23151.57146.38-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.21%
GREEN value IS 34 (13.67% from 255) = 16.04%
BLUE value IS 97 (38.28% from 255) = 45.75%
R=38.21%
G=16.04%
B=45.75%

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
Decimal8134970.160.6500.62284.7648.0925.69
Hex512261104103E11d301a
Octal12142141201010764356032
Binary10100011000101100001100001000001011111010001110111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512261; }

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

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

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

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

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

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

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

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