Html Css Color HEX #522166 Scarlet Gum

📋 copy color: '#522166'

red 82 ◦ green 33 ◦ blue 102

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

Shades of Scarlet Gum #522166

Tints of Scarlet Gum #522166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 47%

R = 37.79%
G = 15.21%
B = 47%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#522166 (or 0x522166) is known color: Scarlet Gum. HEX triplet: 52, 21 and 66. RGB value is (82,33,102). Sum of RGB (Red+Green+Blue) = 82+33+102=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 102 (40.23% from 255 or 47.00% from 217); Max value from RGB is 102 - color contains mainly: blue. Hex color #522166 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522166 is #ADDE99. Grayscale: #373737. Windows color (decimal): -11394714 or 6693202. OLE color: 6693202.

HSL color Cylindrical-coordinate representation of color #522166: hue angle of 282.61º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #522166 is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 82 33 102 -
CMYK 0.20 0.68 0 0.6
HSL 282.61º 0.51% 0.26% -
HSV(B) 282.61º 0.68% 0.4% -
XYZ 6.42 3.84 12.97 -
YUV 55.52 154.23 146.89 -
System Red Green Blue C M Y K H S L
Decimal 82 33 102 0.20 0.68 0 0.6 282.61 0.51 0.26
Hex 52 21 66 14 44 0 3C 11B 33 1A
Octal 122 41 146 24 104 0 74 433 63 32
Binary 1010010 100001 1100110 10100 1000100 0 111100 100011011 110011 11010

Color Harmonies of #522166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522166

Black with #522166

Text Example


Text Example

White with #522166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522166; }

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

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

background-color css

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

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

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

border-color css

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

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

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