Html Css Color HEX #523160 Scarlet Gum

📋 copy color: '#523160'

red 82 ◦ green 49 ◦ blue 96

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

Shades of Scarlet Gum #523160

Tints of Scarlet Gum #523160

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.59%

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

R = 36.12%
G = 21.59%
B = 42.29%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#523160 (or 0x523160) is known color: Scarlet Gum. HEX triplet: 52, 31 and 60. RGB value is (82,49,96). Sum of RGB (Red+Green+Blue) = 82+49+96=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 96 - color contains mainly: blue. Hex color #523160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523160 is #ADCE9F. Grayscale: #404040. Windows color (decimal): -11390624 or 6304082. OLE color: 6304082.

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

Color convert

RGB 82 49 96 -
CMYK 0.15 0.49 0 0.62
HSL 282.13º 0.32% 0.28% -
HSV(B) 282.13º 0.49% 0.38% -
XYZ 6.69 4.83 11.65 -
YUV 64.23 145.93 140.68 -
System Red Green Blue C M Y K H S L
Decimal 82 49 96 0.15 0.49 0 0.62 282.13 0.32 0.28
Hex 52 31 60 F 31 0 3E 11A 20 1C
Octal 122 61 140 17 61 0 76 432 40 34
Binary 1010010 110001 1100000 1111 110001 0 111110 100011010 100000 11100

Color Harmonies of #523160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523160

Black with #523160

Text Example


Text Example

White with #523160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523160; }

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

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

background-color css

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

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

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

border-color css

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

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

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