Html Css Color HEX #521763 Scarlet Gum

📋 copy color: '#521763'

red 82 ◦ green 23 ◦ blue 99

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

Shades of Scarlet Gum #521763

Tints of Scarlet Gum #521763

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.27%

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

R = 40.2%
G = 11.27%
B = 48.53%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#521763 (or 0x521763) is known color: Scarlet Gum. HEX triplet: 52, 17 and 63. RGB value is (82,23,99). Sum of RGB (Red+Green+Blue) = 82+23+99=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 99 (39.06% from 255 or 48.53% from 204); Max value from RGB is 99 - color contains mainly: blue. Hex color #521763 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521763 is #ADE89C. Grayscale: #313131. Windows color (decimal): -11397277 or 6494034. OLE color: 6494034.

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

Color convert

RGB 82 23 99 -
CMYK 0.17 0.77 0 0.61
HSL 286.58º 0.62% 0.24% -
HSV(B) 286.58º 0.77% 0.39% -
XYZ 6.04 3.31 12.12 -
YUV 49.31 156.05 151.32 -
System Red Green Blue C M Y K H S L
Decimal 82 23 99 0.17 0.77 0 0.61 286.58 0.62 0.24
Hex 52 17 63 11 4D 0 3D 11F 3E 18
Octal 122 27 143 21 115 0 75 437 76 30
Binary 1010010 10111 1100011 10001 1001101 0 111101 100011111 111110 11000

Color Harmonies of #521763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521763

Black with #521763

Text Example


Text Example

White with #521763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521763; }

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

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

background-color css

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

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

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

border-color css

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

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

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