#531866

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

Shades of Scarlet Gum #531866

Tints of Scarlet Gum #531866

Color information

#531866 (or 0x531866) is unknown color: approx Scarlet Gum. HEX triplet: 53, 18 and 66. RGB value is (83,24,102). Sum of RGB (Red+Green+Blue) = 83+24+102=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 102 (40.23% from 255 or 48.80% from 209); Max value from RGB is 102 - color contains mainly: blue. Hex color #531866 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531866 is #ACE799. Grayscale: #323232. Windows color (decimal): -11331482 or 6690899. OLE color: 6690899.

HSL color Cylindrical-coordinate representation of color #531866: hue angle of 285.38º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #531866 is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8324102-
CMYK0.190.7600.6
HSL285.38º61.9%24.71%-
HSV(B)285.38º76.47%40%-
XYZ6.293.4512.9-
YUV50.53157.05151.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.71%
GREEN value IS 24 (9.77% from 255) = 11.48%
BLUE value IS 102 (40.23% from 255) = 48.80%
R=39.71%
G=11.48%
B=48.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal83241020.190.7600.6285.3861.924.71
Hex531866134C03C11d3e19
Octal12330146231140744357631
Binary1010011110001100110100111001100011110010001110111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531866; }

 p { color: rgb(83,24,102); }

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

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

 a { background-color: rgb(83,24,102); }

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

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

 span { border-color: rgb(83,24,102); }

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