Html Css Color HEX #522962 Scarlet Gum

📋 copy color: '#522962'

red 82 ◦ green 41 ◦ blue 98

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

Shades of Scarlet Gum #522962

Tints of Scarlet Gum #522962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 44.34%

R = 37.1%
G = 18.55%
B = 44.34%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#522962 (or 0x522962) is known color: Scarlet Gum. HEX triplet: 52, 29 and 62. RGB value is (82,41,98). Sum of RGB (Red+Green+Blue) = 82+41+98=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 98 - color contains mainly: blue. Hex color #522962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522962 is #ADD69D. Grayscale: #3B3B3B. Windows color (decimal): -11392670 or 6433106. OLE color: 6433106.

HSL color Cylindrical-coordinate representation of color #522962: hue angle of 283.16º 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 #522962 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 41 98 -
CMYK 0.16 0.58 0 0.62
HSL 283.16º 0.41% 0.27% -
HSV(B) 283.16º 0.58% 0.38% -
XYZ 6.48 4.26 12.04 -
YUV 59.76 149.58 143.87 -
System Red Green Blue C M Y K H S L
Decimal 82 41 98 0.16 0.58 0 0.62 283.16 0.41 0.27
Hex 52 29 62 10 3A 0 3E 11B 29 1B
Octal 122 51 142 20 72 0 76 433 51 33
Binary 1010010 101001 1100010 10000 111010 0 111110 100011011 101001 11011

Color Harmonies of #522962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522962

Black with #522962

Text Example


Text Example

White with #522962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522962; }

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

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

background-color css

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

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

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

border-color css

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

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

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