#531D61

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

Shades of Scarlet Gum #531D61

Tints of Scarlet Gum #531D61

Color information

#531D61 (or 0x531D61) is unknown color: approx Scarlet Gum. HEX triplet: 53, 1D and 61. RGB value is (83,29,97). Sum of RGB (Red+Green+Blue) = 83+29+97=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 29 (11.72% from 255 or 13.88% from 209); Blue value is 97 (38.28% from 255 or 46.41% from 209); Max value from RGB is 97 - color contains mainly: blue. Hex color #531D61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531D61 is #ACE29E. Grayscale: #343434. Windows color (decimal): -11330207 or 6364499. OLE color: 6364499.

HSL color Cylindrical-coordinate representation of color #531D61: hue angle of 287.65º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #531D61 is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB832997-
CMYK0.140.7000.62
HSL287.65º53.97%24.71%-
HSV(B)287.65º70.1%38.04%-
XYZ6.163.5811.68-
YUV52.9152.89149.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.71%
GREEN value IS 29 (11.72% from 255) = 13.88%
BLUE value IS 97 (38.28% from 255) = 46.41%
R=39.71%
G=13.88%
B=46.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8329970.140.7000.62287.6553.9724.71
Hex531D61E4603E1203619
Octal12335141161060764406631
Binary101001111101110000111101000110011111010010000011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531D61; }

 p { color: rgb(83,29,97); }

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

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

 a { background-color: rgb(83,29,97); }

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

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

 span { border-color: rgb(83,29,97); }

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