Html Css Color HEX #521163 Scarlet Gum

📋 copy color: '#521163'

red 82 ◦ green 17 ◦ blue 99

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

Shades of Scarlet Gum #521163

Tints of Scarlet Gum #521163

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.59%

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

R = 41.41%
G = 8.59%
B = 50%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#521163 (or 0x521163) is known color: Scarlet Gum. HEX triplet: 52, 11 and 63. RGB value is (82,17,99). Sum of RGB (Red+Green+Blue) = 82+17+99=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 99 (39.06% from 255 or 50% from 198); Max value from RGB is 99 - color contains mainly: blue. Hex color #521163 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521163 is #ADEE9C. Grayscale: #2D2D2D. Windows color (decimal): -11398813 or 6492498. OLE color: 6492498.

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

Color convert

RGB 82 17 99 -
CMYK 0.17 0.83 0 0.61
HSL 287.56º 0.71% 0.23% -
HSV(B) 287.56º 0.83% 0.39% -
XYZ 5.93 3.1 12.09 -
YUV 45.78 158.03 153.83 -
System Red Green Blue C M Y K H S L
Decimal 82 17 99 0.17 0.83 0 0.61 287.56 0.71 0.23
Hex 52 11 63 11 53 0 3D 120 47 17
Octal 122 21 143 21 123 0 75 440 107 27
Binary 1010010 10001 1100011 10001 1010011 0 111101 100100000 1000111 10111

Color Harmonies of #521163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521163

Black with #521163

Text Example


Text Example

White with #521163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521163; }

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

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

background-color css

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

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

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

border-color css

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

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

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