Html Css Color HEX #521661 Scarlet Gum

📋 copy color: '#521661'

red 82 ◦ green 22 ◦ blue 97

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

Shades of Scarlet Gum #521661

Tints of Scarlet Gum #521661

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.95%

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

R = 40.8%
G = 10.95%
B = 48.26%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#521661 (or 0x521661) is known color: Scarlet Gum. HEX triplet: 52, 16 and 61. RGB value is (82,22,97). Sum of RGB (Red+Green+Blue) = 82+22+97=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 97 (38.28% from 255 or 48.26% from 201); Max value from RGB is 97 - color contains mainly: blue. Hex color #521661 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521661 is #ADE99E. Grayscale: #303030. Windows color (decimal): -11397535 or 6362706. OLE color: 6362706.

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

Color convert

RGB 82 22 97 -
CMYK 0.15 0.77 0 0.62
HSL 288º 0.63% 0.23% -
HSV(B) 288º 0.77% 0.38% -
XYZ 5.92 3.23 11.62 -
YUV 48.49 155.38 151.9 -
System Red Green Blue C M Y K H S L
Decimal 82 22 97 0.15 0.77 0 0.62 288 0.63 0.23
Hex 52 16 61 F 4D 0 3E 120 3F 17
Octal 122 26 141 17 115 0 76 440 77 27
Binary 1010010 10110 1100001 1111 1001101 0 111110 100100000 111111 10111

Color Harmonies of #521661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521661

Black with #521661

Text Example


Text Example

White with #521661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521661; }

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

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

background-color css

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

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

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

border-color css

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

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

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