Html Css Color HEX #521C63 Scarlet Gum

📋 copy color: '#521C63'

red 82 ◦ green 28 ◦ blue 99

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

Shades of Scarlet Gum #521C63

Tints of Scarlet Gum #521C63

RGB

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

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

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

R = 39.23%
G = 13.4%
B = 47.37%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#521C63 (or 0x521C63) is known color: Scarlet Gum. HEX triplet: 52, 1C and 63. RGB value is (82,28,99). Sum of RGB (Red+Green+Blue) = 82+28+99=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 28 (11.33% from 255 or 13.40% from 209); Blue value is 99 (39.06% from 255 or 47.37% from 209); Max value from RGB is 99 - color contains mainly: blue. Hex color #521C63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521C63 is #ADE39C. Grayscale: #343434. Windows color (decimal): -11395997 or 6495314. OLE color: 6495314.

HSL color Cylindrical-coordinate representation of color #521C63: hue angle of 285.63º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #521C63 is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 82 28 99 -
CMYK 0.17 0.72 0 0.61
HSL 285.63º 0.56% 0.25% -
HSV(B) 285.63º 0.72% 0.39% -
XYZ 6.15 3.53 12.16 -
YUV 52.24 154.39 149.23 -
System Red Green Blue C M Y K H S L
Decimal 82 28 99 0.17 0.72 0 0.61 285.63 0.56 0.25
Hex 52 1C 63 11 48 0 3D 11E 38 19
Octal 122 34 143 21 110 0 75 436 70 31
Binary 1010010 11100 1100011 10001 1001000 0 111101 100011110 111000 11001

Color Harmonies of #521C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521C63

Black with #521C63

Text Example


Text Example

White with #521C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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