#513561

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

Shades of Scarlet Gum #513561

Tints of Scarlet Gum #513561

Color information

#513561 (or 0x513561) is unknown color: approx Scarlet Gum. HEX triplet: 51, 35 and 61. RGB value is (81,53,97). Sum of RGB (Red+Green+Blue) = 81+53+97=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 97 - color contains mainly: blue. Hex color #513561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513561 is #AECA9E. Grayscale: #424242. Windows color (decimal): -11455135 or 6370641. OLE color: 6370641.

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

Color convert

RGB815397-
CMYK0.160.4500.62
HSL278.18º29.33%29.41%-
HSV(B)278.18º45.36%38.04%-
XYZ6.825.1611.95-
YUV66.39145.28138.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.06%
GREEN value IS 53 (21.09% from 255) = 22.94%
BLUE value IS 97 (38.28% from 255) = 41.99%
R=35.06%
G=22.94%
B=41.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8153970.160.4500.62278.1829.3329.41
Hex513561102D03E1161d1d
Octal1216514120550764263535
Binary101000111010111000011000010110101111101000101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513561; }

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

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

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

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

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

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

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

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