Html Css Color HEX #521261 Scarlet Gum

📋 copy color: '#521261'

red 82 ◦ green 18 ◦ blue 97

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

Shades of Scarlet Gum #521261

Tints of Scarlet Gum #521261

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.14%

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

R = 41.62%
G = 9.14%
B = 49.24%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#521261 (or 0x521261) is known color: Scarlet Gum. HEX triplet: 52, 12 and 61. RGB value is (82,18,97). Sum of RGB (Red+Green+Blue) = 82+18+97=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 97 (38.28% from 255 or 49.24% from 197); Max value from RGB is 97 - color contains mainly: blue. Hex color #521261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521261 is #ADED9E. Grayscale: #2D2D2D. Windows color (decimal): -11398559 or 6361682. OLE color: 6361682.

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

Color convert

RGB 82 18 97 -
CMYK 0.15 0.81 0 0.62
HSL 288.61º 0.69% 0.23% -
HSV(B) 288.61º 0.81% 0.38% -
XYZ 5.85 3.09 11.6 -
YUV 46.14 156.7 153.58 -
System Red Green Blue C M Y K H S L
Decimal 82 18 97 0.15 0.81 0 0.62 288.61 0.69 0.23
Hex 52 12 61 F 51 0 3E 121 45 17
Octal 122 22 141 17 121 0 76 441 105 27
Binary 1010010 10010 1100001 1111 1010001 0 111110 100100001 1000101 10111

Color Harmonies of #521261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521261

Black with #521261

Text Example


Text Example

White with #521261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521261; }

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

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

background-color css

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

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

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

border-color css

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

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

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