#513462

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

Shades of Scarlet Gum #513462

Tints of Scarlet Gum #513462

Color information

#513462 (or 0x513462) is unknown color: approx Scarlet Gum. HEX triplet: 51, 34 and 62. RGB value is (81,52,98). Sum of RGB (Red+Green+Blue) = 81+52+98=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 98 (38.67% from 255 or 42.42% from 231); Max value from RGB is 98 - color contains mainly: blue. Hex color #513462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513462 is #AECB9D. Grayscale: #414141. Windows color (decimal): -11455390 or 6435921. OLE color: 6435921.

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

Color convert

RGB815298-
CMYK0.170.4700.62
HSL277.83º30.67%29.41%-
HSV(B)277.83º46.94%38.43%-
XYZ6.835.0912.18-
YUV65.91146.11138.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.06%
GREEN value IS 52 (20.70% from 255) = 22.51%
BLUE value IS 98 (38.67% from 255) = 42.42%
R=35.06%
G=22.51%
B=42.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8152980.170.4700.62277.8330.6729.41
Hex513462112F03E1161f1d
Octal1216414221570764263735
Binary101000111010011000101000110111101111101000101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513462; }

 p { color: rgb(81,52,98); }

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

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

 a { background-color: rgb(81,52,98); }

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

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

 span { border-color: rgb(81,52,98); }

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