Html Css Color HEX #521361 Scarlet Gum

📋 copy color: '#521361'

red 82 ◦ green 19 ◦ blue 97

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

Shades of Scarlet Gum #521361

Tints of Scarlet Gum #521361

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.6%

 BLUE value IS 97 (38.28% from 255) = 48.99%

R = 41.41%
G = 9.6%
B = 48.99%

CMYK

 C value IS 0.15

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#521361 (or 0x521361) is known color: Scarlet Gum. HEX triplet: 52, 13 and 61. RGB value is (82,19,97). Sum of RGB (Red+Green+Blue) = 82+19+97=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 97 (38.28% from 255 or 48.99% from 198); Max value from RGB is 97 - color contains mainly: blue. Hex color #521361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521361 is #ADEC9E. Grayscale: #2E2E2E. Windows color (decimal): -11398303 or 6361938. OLE color: 6361938.

HSL color Cylindrical-coordinate representation of color #521361: hue angle of 288.46º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #521361 is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 19 97 -
CMYK 0.15 0.80 0 0.62
HSL 288.46º 0.67% 0.23% -
HSV(B) 288.46º 0.8% 0.38% -
XYZ 5.87 3.12 11.6 -
YUV 46.73 156.37 153.16 -
System Red Green Blue C M Y K H S L
Decimal 82 19 97 0.15 0.80 0 0.62 288.46 0.67 0.23
Hex 52 13 61 F 50 0 3E 120 43 17
Octal 122 23 141 17 120 0 76 440 103 27
Binary 1010010 10011 1100001 1111 1010000 0 111110 100100000 1000011 10111

Color Harmonies of #521361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521361

Black with #521361

Text Example


Text Example

White with #521361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521361; }

 p { color: rgb(82,19,97); }

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

background-color css

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

 a { background-color: rgb(82,19,97); }

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

border-color css

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

 span { border-color: rgb(82,19,97); }

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