Html Css Color HEX #521563 Scarlet Gum

📋 copy color: '#521563'

red 82 ◦ green 21 ◦ blue 99

#521563
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #521563

Tints of Scarlet Gum #521563

RGB

 RED value IS 82 (32.42% from 255) = 40.59%

 GREEN value IS 21 (8.59% from 255) = 10.4%

 BLUE value IS 99 (39.06% from 255) = 49.01%

R = 40.59%
G = 10.4%
B = 49.01%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#521563 (or 0x521563) is known color: Scarlet Gum. HEX triplet: 52, 15 and 63. RGB value is (82,21,99). Sum of RGB (Red+Green+Blue) = 82+21+99=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 99 (39.06% from 255 or 49.01% from 202); Max value from RGB is 99 - color contains mainly: blue. Hex color #521563 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521563 is #ADEA9C. Grayscale: #2F2F2F. Windows color (decimal): -11397789 or 6493522. OLE color: 6493522.

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

Color convert

RGB 82 21 99 -
CMYK 0.17 0.79 0 0.61
HSL 286.92º 0.65% 0.24% -
HSV(B) 286.92º 0.79% 0.39% -
XYZ 6 3.23 12.11 -
YUV 48.13 156.71 152.16 -
System Red Green Blue C M Y K H S L
Decimal 82 21 99 0.17 0.79 0 0.61 286.92 0.65 0.24
Hex 52 15 63 11 4F 0 3D 11F 41 18
Octal 122 25 143 21 117 0 75 437 101 30
Binary 1010010 10101 1100011 10001 1001111 0 111101 100011111 1000001 11000

Color Harmonies of #521563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521563

Black with #521563

Text Example


Text Example

White with #521563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521563; }

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

 H1.HeaderClassName
 {
   color: #521563;
 }
 .AnyTagClassName
 {
   color: #521563;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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