#522863

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

Shades of Scarlet Gum #522863

Tints of Scarlet Gum #522863

Color information

#522863 (or 0x522863) is unknown color: approx Scarlet Gum. HEX triplet: 52, 28 and 63. RGB value is (82,40,99). Sum of RGB (Red+Green+Blue) = 82+40+99=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 99 - color contains mainly: blue. Hex color #522863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522863 is #ADD79C. Grayscale: #3B3B3B. Windows color (decimal): -11392925 or 6498386. OLE color: 6498386.

HSL color Cylindrical-coordinate representation of color #522863: hue angle of 282.71º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #522863 is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB824099-
CMYK0.170.6000.61
HSL282.71º42.45%27.25%-
HSV(B)282.71º59.6%38.82%-
XYZ6.494.2112.28-
YUV59.28150.41144.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.10%
GREEN value IS 40 (16.02% from 255) = 18.10%
BLUE value IS 99 (39.06% from 255) = 44.80%
R=37.10%
G=18.10%
B=44.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8240990.170.6000.61282.7142.4527.25
Hex522863113C03D11b2a1b
Octal1225014321740754335233
Binary1010010101000110001110001111100011110110001101110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522863; }

 p { color: rgb(82,40,99); }

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

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

 a { background-color: rgb(82,40,99); }

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

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

 span { border-color: rgb(82,40,99); }

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