Html Css Color HEX #523163 Scarlet Gum

📋 copy color: '#523163'

red 82 ◦ green 49 ◦ blue 99

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

Shades of Scarlet Gum #523163

Tints of Scarlet Gum #523163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 43.04%

R = 35.65%
G = 21.3%
B = 43.04%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#523163 (or 0x523163) is known color: Scarlet Gum. HEX triplet: 52, 31 and 63. RGB value is (82,49,99). Sum of RGB (Red+Green+Blue) = 82+49+99=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 99 - color contains mainly: blue. Hex color #523163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523163 is #ADCE9C. Grayscale: #404040. Windows color (decimal): -11390621 or 6500690. OLE color: 6500690.

HSL color Cylindrical-coordinate representation of color #523163: hue angle of 279.6º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #523163 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 82 49 99 -
CMYK 0.17 0.51 0 0.61
HSL 279.6º 0.34% 0.29% -
HSV(B) 279.6º 0.51% 0.39% -
XYZ 6.83 4.89 12.39 -
YUV 64.57 147.43 140.43 -
System Red Green Blue C M Y K H S L
Decimal 82 49 99 0.17 0.51 0 0.61 279.6 0.34 0.29
Hex 52 31 63 11 33 0 3D 118 22 1D
Octal 122 61 143 21 63 0 75 430 42 35
Binary 1010010 110001 1100011 10001 110011 0 111101 100011000 100010 11101

Color Harmonies of #523163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523163

Black with #523163

Text Example


Text Example

White with #523163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523163; }

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

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

background-color css

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

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

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

border-color css

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

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

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