#531463

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

Shades of Scarlet Gum #531463

Tints of Scarlet Gum #531463

Color information

#531463 (or 0x531463) is unknown color: approx Scarlet Gum. HEX triplet: 53, 14 and 63. RGB value is (83,20,99). Sum of RGB (Red+Green+Blue) = 83+20+99=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 99 (39.06% from 255 or 49.01% from 202); Max value from RGB is 99 - color contains mainly: blue. Hex color #531463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531463 is #ACEB9C. Grayscale: #2F2F2F. Windows color (decimal): -11332509 or 6493267. OLE color: 6493267.

HSL color Cylindrical-coordinate representation of color #531463: hue angle of 287.85º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #531463 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB832099-
CMYK0.160.8000.61
HSL287.85º66.39%23.33%-
HSV(B)287.85º79.8%38.82%-
XYZ6.073.2412.11-
YUV47.84156.87153.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.09%
GREEN value IS 20 (8.20% from 255) = 9.90%
BLUE value IS 99 (39.06% from 255) = 49.01%
R=41.09%
G=9.90%
B=49.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8320990.160.8000.61287.8566.3923.33
Hex531463105003D1204217
Octal123241432012007544010227
Binary10100111010011000111000010100000111101100100000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531463; }

 p { color: rgb(83,20,99); }

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

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

 a { background-color: rgb(83,20,99); }

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

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

 span { border-color: rgb(83,20,99); }

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