Html Css Color HEX #522164 Scarlet Gum

📋 copy color: '#522164'

red 82 ◦ green 33 ◦ blue 100

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

Shades of Scarlet Gum #522164

Tints of Scarlet Gum #522164

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.35%

 BLUE value IS 100 (39.45% from 255) = 46.51%

R = 38.14%
G = 15.35%
B = 46.51%

CMYK

 C value IS 0.18

 M value IS 0.67

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#522164 (or 0x522164) is known color: Scarlet Gum. HEX triplet: 52, 21 and 64. RGB value is (82,33,100). Sum of RGB (Red+Green+Blue) = 82+33+100=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 100 (39.45% from 255 or 46.51% from 215); Max value from RGB is 100 - color contains mainly: blue. Hex color #522164 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522164 is #ADDE9B. Grayscale: #373737. Windows color (decimal): -11394716 or 6562130. OLE color: 6562130.

HSL color Cylindrical-coordinate representation of color #522164: hue angle of 283.88º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #522164 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 82 33 100 -
CMYK 0.18 0.67 0 0.61
HSL 283.88º 0.5% 0.26% -
HSV(B) 283.88º 0.67% 0.39% -
XYZ 6.32 3.8 12.46 -
YUV 55.29 153.23 147.05 -
System Red Green Blue C M Y K H S L
Decimal 82 33 100 0.18 0.67 0 0.61 283.88 0.5 0.26
Hex 52 21 64 12 43 0 3D 11C 32 1A
Octal 122 41 144 22 103 0 75 434 62 32
Binary 1010010 100001 1100100 10010 1000011 0 111101 100011100 110010 11010

Color Harmonies of #522164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522164

Black with #522164

Text Example


Text Example

White with #522164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522164; }

 p { color: rgb(82,33,100); }

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

background-color css

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

 a { background-color: rgb(82,33,100); }

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

border-color css

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

 span { border-color: rgb(82,33,100); }

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