Html Css Color HEX #521C62 Scarlet Gum

📋 copy color: '#521C62'

red 82 ◦ green 28 ◦ blue 98

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

Shades of Scarlet Gum #521C62

Tints of Scarlet Gum #521C62

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.46%

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

R = 39.42%
G = 13.46%
B = 47.12%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#521C62 (or 0x521C62) is known color: Scarlet Gum. HEX triplet: 52, 1C and 62. RGB value is (82,28,98). Sum of RGB (Red+Green+Blue) = 82+28+98=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 98 (38.67% from 255 or 47.12% from 208); Max value from RGB is 98 - color contains mainly: blue. Hex color #521C62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521C62 is #ADE39D. Grayscale: #333333. Windows color (decimal): -11395998 or 6429778. OLE color: 6429778.

HSL color Cylindrical-coordinate representation of color #521C62: hue angle of 286.29º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #521C62 is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 28 98 -
CMYK 0.16 0.71 0 0.62
HSL 286.29º 0.56% 0.25% -
HSV(B) 286.29º 0.71% 0.38% -
XYZ 6.1 3.51 11.91 -
YUV 52.13 153.89 149.31 -
System Red Green Blue C M Y K H S L
Decimal 82 28 98 0.16 0.71 0 0.62 286.29 0.56 0.25
Hex 52 1C 62 10 47 0 3E 11E 38 19
Octal 122 34 142 20 107 0 76 436 70 31
Binary 1010010 11100 1100010 10000 1000111 0 111110 100011110 111000 11001

Color Harmonies of #521C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521C62

Black with #521C62

Text Example


Text Example

White with #521C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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