Html Css Color HEX #521562 Scarlet Gum

📋 copy color: '#521562'

red 82 ◦ green 21 ◦ blue 98

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

Shades of Scarlet Gum #521562

Tints of Scarlet Gum #521562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 48.76%

R = 40.8%
G = 10.45%
B = 48.76%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#521562 (or 0x521562) is known color: Scarlet Gum. HEX triplet: 52, 15 and 62. RGB value is (82,21,98). Sum of RGB (Red+Green+Blue) = 82+21+98=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 98 (38.67% from 255 or 48.76% from 201); Max value from RGB is 98 - color contains mainly: blue. Hex color #521562 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521562 is #ADEA9D. Grayscale: #2F2F2F. Windows color (decimal): -11397790 or 6427986. OLE color: 6427986.

HSL color Cylindrical-coordinate representation of color #521562: hue angle of 287.53º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #521562 is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 21 98 -
CMYK 0.16 0.79 0 0.62
HSL 287.53º 0.65% 0.23% -
HSV(B) 287.53º 0.79% 0.38% -
XYZ 5.95 3.21 11.86 -
YUV 48.02 156.21 152.24 -
System Red Green Blue C M Y K H S L
Decimal 82 21 98 0.16 0.79 0 0.62 287.53 0.65 0.23
Hex 52 15 62 10 4F 0 3E 120 41 17
Octal 122 25 142 20 117 0 76 440 101 27
Binary 1010010 10101 1100010 10000 1001111 0 111110 100100000 1000001 10111

Color Harmonies of #521562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521562

Black with #521562

Text Example


Text Example

White with #521562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521562; }

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

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

background-color css

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

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

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

border-color css

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

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

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