Html Css Color HEX #521761 Scarlet Gum

📋 copy color: '#521761'

red 82 ◦ green 23 ◦ blue 97

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

Shades of Scarlet Gum #521761

Tints of Scarlet Gum #521761

RGB

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

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

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

R = 40.59%
G = 11.39%
B = 48.02%

CMYK

 C value IS 0.15

 M value IS 0.76

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#521761 (or 0x521761) is known color: Scarlet Gum. HEX triplet: 52, 17 and 61. RGB value is (82,23,97). Sum of RGB (Red+Green+Blue) = 82+23+97=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 23 (9.38% from 255 or 11.39% from 202); Blue value is 97 (38.28% from 255 or 48.02% from 202); Max value from RGB is 97 - color contains mainly: blue. Hex color #521761 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521761 is #ADE89E. Grayscale: #303030. Windows color (decimal): -11397279 or 6362962. OLE color: 6362962.

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

Color convert

RGB 82 23 97 -
CMYK 0.15 0.76 0 0.62
HSL 287.84º 0.62% 0.24% -
HSV(B) 287.84º 0.76% 0.38% -
XYZ 5.94 3.27 11.63 -
YUV 49.08 155.05 151.48 -
System Red Green Blue C M Y K H S L
Decimal 82 23 97 0.15 0.76 0 0.62 287.84 0.62 0.24
Hex 52 17 61 F 4C 0 3E 120 3E 18
Octal 122 27 141 17 114 0 76 440 76 30
Binary 1010010 10111 1100001 1111 1001100 0 111110 100100000 111110 11000

Color Harmonies of #521761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521761

Black with #521761

Text Example


Text Example

White with #521761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521761; }

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

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

background-color css

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

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

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

border-color css

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

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

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