#531D6A

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

Shades of Scarlet Gum #531D6A

Tints of Scarlet Gum #531D6A

Color information

#531D6A (or 0x531D6A) is unknown color: approx Scarlet Gum. HEX triplet: 53, 1D and 6A. RGB value is (83,29,106). Sum of RGB (Red+Green+Blue) = 83+29+106=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 29 (11.72% from 255 or 13.30% from 218); Blue value is 106 (41.80% from 255 or 48.62% from 218); Max value from RGB is 106 - color contains mainly: blue. Hex color #531D6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531D6A is #ACE295. Grayscale: #353535. Windows color (decimal): -11330198 or 6954323. OLE color: 6954323.

HSL color Cylindrical-coordinate representation of color #531D6A: hue angle of 282.08º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #531D6A is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8329106-
CMYK0.220.7300.58
HSL282.08º57.04%26.47%-
HSV(B)282.08º72.64%41.57%-
XYZ6.613.7614.01-
YUV53.92157.39148.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.07%
GREEN value IS 29 (11.72% from 255) = 13.30%
BLUE value IS 106 (41.80% from 255) = 48.62%
R=38.07%
G=13.30%
B=48.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83291060.220.7300.58282.0857.0426.47
Hex531D6A164903A11a391a
Octal12335152261110724327132
Binary1010011111011101010101101001001011101010001101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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