#531A6A

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

Shades of Scarlet Gum #531A6A

Tints of Scarlet Gum #531A6A

Color information

#531A6A (or 0x531A6A) is unknown color: approx Scarlet Gum. HEX triplet: 53, 1A and 6A. RGB value is (83,26,106). Sum of RGB (Red+Green+Blue) = 83+26+106=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 106 (41.80% from 255 or 49.30% from 215); Max value from RGB is 106 - color contains mainly: blue. Hex color #531A6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531A6A is #ACE595. Grayscale: #333333. Windows color (decimal): -11330966 or 6953555. OLE color: 6953555.

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

Color convert

RGB8326106-
CMYK0.220.7500.58
HSL282.75º60.61%25.88%-
HSV(B)282.75º75.47%41.57%-
XYZ6.543.6213.99-
YUV52.16158.38150-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.60%
GREEN value IS 26 (10.55% from 255) = 12.09%
BLUE value IS 106 (41.80% from 255) = 49.30%
R=38.60%
G=12.09%
B=49.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83261060.220.7500.58282.7560.6125.88
Hex531A6A164B03A11b3d1a
Octal12332152261130724337532
Binary1010011110101101010101101001011011101010001101111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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