#531363

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

Shades of Scarlet Gum #531363

Tints of Scarlet Gum #531363

Color information

#531363 (or 0x531363) is unknown color: approx Scarlet Gum. HEX triplet: 53, 13 and 63. RGB value is (83,19,99). Sum of RGB (Red+Green+Blue) = 83+19+99=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 99 (39.06% from 255 or 49.25% from 201); Max value from RGB is 99 - color contains mainly: blue. Hex color #531363 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531363 is #ACEC9C. Grayscale: #2F2F2F. Windows color (decimal): -11332765 or 6493011. OLE color: 6493011.

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

Color convert

RGB831999-
CMYK0.160.8100.61
HSL288º67.8%23.14%-
HSV(B)288º80.81%38.82%-
XYZ6.053.2112.1-
YUV47.26157.2153.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.29%
GREEN value IS 19 (7.81% from 255) = 9.45%
BLUE value IS 99 (39.06% from 255) = 49.25%
R=41.29%
G=9.45%
B=49.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8319990.160.8100.6128867.823.14
Hex531363105103D1204417
Octal123231432012107544010427
Binary10100111001111000111000010100010111101100100000100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531363; }

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

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

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

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

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

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

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

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