Html Css Color HEX #522163 Scarlet Gum

📋 copy color: '#522163'

red 82 ◦ green 33 ◦ blue 99

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

Shades of Scarlet Gum #522163

Tints of Scarlet Gum #522163

RGB

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

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

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

R = 38.32%
G = 15.42%
B = 46.26%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#522163 (or 0x522163) is known color: Scarlet Gum. HEX triplet: 52, 21 and 63. RGB value is (82,33,99). Sum of RGB (Red+Green+Blue) = 82+33+99=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 99 - color contains mainly: blue. Hex color #522163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522163 is #ADDE9C. Grayscale: #363636. Windows color (decimal): -11394717 or 6496594. OLE color: 6496594.

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

Color convert

RGB 82 33 99 -
CMYK 0.17 0.67 0 0.61
HSL 284.55º 0.5% 0.26% -
HSV(B) 284.55º 0.67% 0.39% -
XYZ 6.28 3.78 12.2 -
YUV 55.18 152.73 147.13 -
System Red Green Blue C M Y K H S L
Decimal 82 33 99 0.17 0.67 0 0.61 284.55 0.5 0.26
Hex 52 21 63 11 43 0 3D 11D 32 1A
Octal 122 41 143 21 103 0 75 435 62 32
Binary 1010010 100001 1100011 10001 1000011 0 111101 100011101 110010 11010

Color Harmonies of #522163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522163

Black with #522163

Text Example


Text Example

White with #522163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522163; }

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

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

background-color css

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

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

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

border-color css

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

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

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