Html Css Color HEX #522162 Scarlet Gum

📋 copy color: '#522162'

red 82 ◦ green 33 ◦ blue 98

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

Shades of Scarlet Gum #522162

Tints of Scarlet Gum #522162

RGB

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

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

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

R = 38.5%
G = 15.49%
B = 46.01%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#522162 (or 0x522162) is known color: Scarlet Gum. HEX triplet: 52, 21 and 62. RGB value is (82,33,98). Sum of RGB (Red+Green+Blue) = 82+33+98=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 98 (38.67% from 255 or 46.01% from 213); Max value from RGB is 98 - color contains mainly: blue. Hex color #522162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522162 is #ADDE9D. Grayscale: #363636. Windows color (decimal): -11394718 or 6431058. OLE color: 6431058.

HSL color Cylindrical-coordinate representation of color #522162: hue angle of 285.23º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #522162 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 33 98 -
CMYK 0.16 0.66 0 0.62
HSL 285.23º 0.5% 0.26% -
HSV(B) 285.23º 0.66% 0.38% -
XYZ 6.23 3.76 11.95 -
YUV 55.06 152.23 147.21 -
System Red Green Blue C M Y K H S L
Decimal 82 33 98 0.16 0.66 0 0.62 285.23 0.5 0.26
Hex 52 21 62 10 42 0 3E 11D 32 1A
Octal 122 41 142 20 102 0 76 435 62 32
Binary 1010010 100001 1100010 10000 1000010 0 111110 100011101 110010 11010

Color Harmonies of #522162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522162

Black with #522162

Text Example


Text Example

White with #522162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522162; }

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

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

background-color css

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

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

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

border-color css

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

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

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