Html Css Color HEX #522260 Scarlet Gum

📋 copy color: '#522260'

red 82 ◦ green 34 ◦ blue 96

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

Shades of Scarlet Gum #522260

Tints of Scarlet Gum #522260

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.04%

 BLUE value IS 96 (37.89% from 255) = 45.28%

R = 38.68%
G = 16.04%
B = 45.28%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#522260 (or 0x522260) is known color: Scarlet Gum. HEX triplet: 52, 22 and 60. RGB value is (82,34,96). Sum of RGB (Red+Green+Blue) = 82+34+96=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 96 - color contains mainly: blue. Hex color #522260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522260 is #ADDD9F. Grayscale: #373737. Windows color (decimal): -11394464 or 6300242. OLE color: 6300242.

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

Color convert

RGB 82 34 96 -
CMYK 0.15 0.65 0 0.62
HSL 286.45º 0.48% 0.25% -
HSV(B) 286.45º 0.65% 0.38% -
XYZ 6.16 3.78 11.47 -
YUV 55.42 150.9 146.96 -
System Red Green Blue C M Y K H S L
Decimal 82 34 96 0.15 0.65 0 0.62 286.45 0.48 0.25
Hex 52 22 60 F 41 0 3E 11E 30 19
Octal 122 42 140 17 101 0 76 436 60 31
Binary 1010010 100010 1100000 1111 1000001 0 111110 100011110 110000 11001

Color Harmonies of #522260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522260

Black with #522260

Text Example


Text Example

White with #522260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522260; }

 p { color: rgb(82,34,96); }

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

background-color css

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

 a { background-color: rgb(82,34,96); }

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

border-color css

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

 span { border-color: rgb(82,34,96); }

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