#531064

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

Shades of Scarlet Gum #531064

Tints of Scarlet Gum #531064

Color information

#531064 (or 0x531064) is unknown color: approx Scarlet Gum. HEX triplet: 53, 10 and 64. RGB value is (83,16,100). Sum of RGB (Red+Green+Blue) = 83+16+100=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 100 (39.45% from 255 or 50.25% from 199); Max value from RGB is 100 - color contains mainly: blue. Hex color #531064 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531064 is #ACEF9B. Grayscale: #2D2D2D. Windows color (decimal): -11333532 or 6557779. OLE color: 6557779.

HSL color Cylindrical-coordinate representation of color #531064: hue angle of 287.86º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #531064 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB8316100-
CMYK0.170.8400.61
HSL287.86º72.41%22.75%-
HSV(B)287.86º84%39.22%-
XYZ6.053.1312.34-
YUV45.61158.7154.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.71%
GREEN value IS 16 (6.64% from 255) = 8.04%
BLUE value IS 100 (39.45% from 255) = 50.25%
R=41.71%
G=8.04%
B=50.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal83161000.170.8400.61287.8672.4122.75
Hex531064115403D1204817
Octal123201442112407544011027
Binary10100111000011001001000110101000111101100100000100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531064; }

 p { color: rgb(83,16,100); }

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

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

 a { background-color: rgb(83,16,100); }

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

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

 span { border-color: rgb(83,16,100); }

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