#531565

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

Shades of Scarlet Gum #531565

Tints of Scarlet Gum #531565

Color information

#531565 (or 0x531565) is unknown color: approx Scarlet Gum. HEX triplet: 53, 15 and 65. RGB value is (83,21,101). Sum of RGB (Red+Green+Blue) = 83+21+101=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 101 (39.84% from 255 or 49.27% from 205); Max value from RGB is 101 - color contains mainly: blue. Hex color #531565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531565 is #ACEA9A. Grayscale: #303030. Windows color (decimal): -11332251 or 6624595. OLE color: 6624595.

HSL color Cylindrical-coordinate representation of color #531565: hue angle of 286.5º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #531565 is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8321101-
CMYK0.180.7900.60
HSL286.5º65.57%23.92%-
HSV(B)286.5º79.21%39.61%-
XYZ6.183.3112.63-
YUV48.66157.54152.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.49%
GREEN value IS 21 (8.59% from 255) = 10.24%
BLUE value IS 101 (39.84% from 255) = 49.27%
R=40.49%
G=10.24%
B=49.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83211010.180.7900.60286.565.5723.92
Hex531565124F03C11e4218
Octal123251452211707443610230
Binary10100111010111001011001010011110111100100011110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531565; }

 p { color: rgb(83,21,101); }

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

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

 a { background-color: rgb(83,21,101); }

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

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

 span { border-color: rgb(83,21,101); }

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