Html Css Color HEX #522961 Scarlet Gum

📋 copy color: '#522961'

red 82 ◦ green 41 ◦ blue 97

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

Shades of Scarlet Gum #522961

Tints of Scarlet Gum #522961

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.64%

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

R = 37.27%
G = 18.64%
B = 44.09%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#522961 (or 0x522961) is known color: Scarlet Gum. HEX triplet: 52, 29 and 61. RGB value is (82,41,97). Sum of RGB (Red+Green+Blue) = 82+41+97=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 97 - color contains mainly: blue. Hex color #522961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522961 is #ADD69E. Grayscale: #3B3B3B. Windows color (decimal): -11392671 or 6367570. OLE color: 6367570.

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

Color convert

RGB 82 41 97 -
CMYK 0.15 0.58 0 0.62
HSL 283.93º 0.41% 0.27% -
HSV(B) 283.93º 0.58% 0.38% -
XYZ 6.43 4.24 11.79 -
YUV 59.64 149.08 143.95 -
System Red Green Blue C M Y K H S L
Decimal 82 41 97 0.15 0.58 0 0.62 283.93 0.41 0.27
Hex 52 29 61 F 3A 0 3E 11C 29 1B
Octal 122 51 141 17 72 0 76 434 51 33
Binary 1010010 101001 1100001 1111 111010 0 111110 100011100 101001 11011

Color Harmonies of #522961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522961

Black with #522961

Text Example


Text Example

White with #522961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522961; }

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

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

background-color css

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

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

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

border-color css

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

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

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