Html Css Color HEX #521C60 Scarlet Gum

📋 copy color: '#521C60'

red 82 ◦ green 28 ◦ blue 96

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

Shades of Scarlet Gum #521C60

Tints of Scarlet Gum #521C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 46.6%

R = 39.81%
G = 13.59%
B = 46.6%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#521C60 (or 0x521C60) is known color: Scarlet Gum. HEX triplet: 52, 1C and 60. RGB value is (82,28,96). Sum of RGB (Red+Green+Blue) = 82+28+96=206 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.81% from 206); Green value is 28 (11.33% from 255 or 13.59% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 96 - color contains mainly: blue. Hex color #521C60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521C60 is #ADE39F. Grayscale: #333333. Windows color (decimal): -11396000 or 6298706. OLE color: 6298706.

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

Color convert

RGB 82 28 96 -
CMYK 0.15 0.71 0 0.62
HSL 287.65º 0.55% 0.24% -
HSV(B) 287.65º 0.71% 0.38% -
XYZ 6.01 3.47 11.42 -
YUV 51.9 152.89 149.47 -
System Red Green Blue C M Y K H S L
Decimal 82 28 96 0.15 0.71 0 0.62 287.65 0.55 0.24
Hex 52 1C 60 F 47 0 3E 120 37 18
Octal 122 34 140 17 107 0 76 440 67 30
Binary 1010010 11100 1100000 1111 1000111 0 111110 100100000 110111 11000

Color Harmonies of #521C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521C60

Black with #521C60

Text Example


Text Example

White with #521C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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