#531863

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

Shades of Scarlet Gum #531863

Tints of Scarlet Gum #531863

Color information

#531863 (or 0x531863) is unknown color: approx Scarlet Gum. HEX triplet: 53, 18 and 63. RGB value is (83,24,99). Sum of RGB (Red+Green+Blue) = 83+24+99=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 99 (39.06% from 255 or 48.06% from 206); Max value from RGB is 99 - color contains mainly: blue. Hex color #531863 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531863 is #ACE79C. Grayscale: #313131. Windows color (decimal): -11331485 or 6494291. OLE color: 6494291.

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

Color convert

RGB832499-
CMYK0.160.7600.61
HSL287.2º60.98%24.12%-
HSV(B)287.2º75.76%38.82%-
XYZ6.153.3912.14-
YUV50.19155.55151.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.29%
GREEN value IS 24 (9.77% from 255) = 11.65%
BLUE value IS 99 (39.06% from 255) = 48.06%
R=40.29%
G=11.65%
B=48.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8324990.160.7600.61287.260.9824.12
Hex531863104C03D11f3d18
Octal12330143201140754377530
Binary1010011110001100011100001001100011110110001111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531863; }

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

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

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

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

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

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

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

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