#531665

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

Shades of Scarlet Gum #531665

Tints of Scarlet Gum #531665

Color information

#531665 (or 0x531665) is unknown color: approx Scarlet Gum. HEX triplet: 53, 16 and 65. RGB value is (83,22,101). Sum of RGB (Red+Green+Blue) = 83+22+101=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 101 (39.84% from 255 or 49.03% from 206); Max value from RGB is 101 - color contains mainly: blue. Hex color #531665 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531665 is #ACE99A. Grayscale: #303030. Windows color (decimal): -11331995 or 6624851. OLE color: 6624851.

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

Color convert

RGB8322101-
CMYK0.180.7800.60
HSL286.33º64.23%24.12%-
HSV(B)286.33º78.22%39.61%-
XYZ6.23.3512.63-
YUV49.24157.21152.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.29%
GREEN value IS 22 (8.98% from 255) = 10.68%
BLUE value IS 101 (39.84% from 255) = 49.03%
R=40.29%
G=10.68%
B=49.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83221010.180.7800.60286.3364.2324.12
Hex531665124E03C11e4018
Octal123261452211607443610030
Binary10100111011011001011001010011100111100100011110100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531665; }

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

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

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

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

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

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

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

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