Html Css Color HEX #522963 Scarlet Gum

📋 copy color: '#522963'

red 82 ◦ green 41 ◦ blue 99

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

Shades of Scarlet Gum #522963

Tints of Scarlet Gum #522963

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.47%

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

R = 36.94%
G = 18.47%
B = 44.59%

CMYK

 C value IS 0.17

 M value IS 0.59

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#522963 (or 0x522963) is known color: Scarlet Gum. HEX triplet: 52, 29 and 63. RGB value is (82,41,99). Sum of RGB (Red+Green+Blue) = 82+41+99=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 99 - color contains mainly: blue. Hex color #522963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522963 is #ADD69C. Grayscale: #3B3B3B. Windows color (decimal): -11392669 or 6498642. OLE color: 6498642.

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

Color convert

RGB 82 41 99 -
CMYK 0.17 0.59 0 0.61
HSL 282.41º 0.41% 0.27% -
HSV(B) 282.41º 0.59% 0.39% -
XYZ 6.52 4.28 12.29 -
YUV 59.87 150.08 143.78 -
System Red Green Blue C M Y K H S L
Decimal 82 41 99 0.17 0.59 0 0.61 282.41 0.41 0.27
Hex 52 29 63 11 3B 0 3D 11A 29 1B
Octal 122 51 143 21 73 0 75 432 51 33
Binary 1010010 101001 1100011 10001 111011 0 111101 100011010 101001 11011

Color Harmonies of #522963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522963

Black with #522963

Text Example


Text Example

White with #522963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522963; }

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

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

background-color css

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

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

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

border-color css

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

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

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