#513661

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

Shades of Scarlet Gum #513661

Tints of Scarlet Gum #513661

Color information

#513661 (or 0x513661) is unknown color: approx Scarlet Gum. HEX triplet: 51, 36 and 61. RGB value is (81,54,97). Sum of RGB (Red+Green+Blue) = 81+54+97=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 97 - color contains mainly: blue. Hex color #513661 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513661 is #AEC99E. Grayscale: #424242. Windows color (decimal): -11454879 or 6370897. OLE color: 6370897.

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

Color convert

RGB815497-
CMYK0.160.4400.62
HSL277.67º28.48%29.61%-
HSV(B)277.67º44.33%38.04%-
XYZ6.875.2511.96-
YUV66.97144.95138-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.91%
GREEN value IS 54 (21.48% from 255) = 23.28%
BLUE value IS 97 (38.28% from 255) = 41.81%
R=34.91%
G=23.28%
B=41.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8154970.160.4400.62277.6728.4829.61
Hex513661102C03E1161c1e
Octal1216614120540764263436
Binary101000111011011000011000010110001111101000101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513661; }

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

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

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

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

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

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

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

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