Html Css Color HEX #522B64 Scarlet Gum

📋 copy color: '#522B64'

red 82 ◦ green 43 ◦ blue 100

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

Shades of Scarlet Gum #522B64

Tints of Scarlet Gum #522B64

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.11%

 BLUE value IS 100 (39.45% from 255) = 44.44%

R = 36.44%
G = 19.11%
B = 44.44%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#522B64 (or 0x522B64) is known color: Scarlet Gum. HEX triplet: 52, 2B and 64. RGB value is (82,43,100). Sum of RGB (Red+Green+Blue) = 82+43+100=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 43 (17.19% from 255 or 19.11% from 225); Blue value is 100 (39.45% from 255 or 44.44% from 225); Max value from RGB is 100 - color contains mainly: blue. Hex color #522B64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522B64 is #ADD49B. Grayscale: #3C3C3C. Windows color (decimal): -11392156 or 6564690. OLE color: 6564690.

HSL color Cylindrical-coordinate representation of color #522B64: hue angle of 281.05º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #522B64 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 82 43 100 -
CMYK 0.18 0.57 0 0.61
HSL 281.05º 0.4% 0.28% -
HSV(B) 281.05º 0.57% 0.39% -
XYZ 6.64 4.44 12.56 -
YUV 61.16 149.92 142.87 -
System Red Green Blue C M Y K H S L
Decimal 82 43 100 0.18 0.57 0 0.61 281.05 0.4 0.28
Hex 52 2B 64 12 39 0 3D 119 28 1C
Octal 122 53 144 22 71 0 75 431 50 34
Binary 1010010 101011 1100100 10010 111001 0 111101 100011001 101000 11100

Color Harmonies of #522B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522B64

Black with #522B64

Text Example


Text Example

White with #522B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522B64; }

 p { color: rgb(82,43,100); }

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

background-color css

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

 a { background-color: rgb(82,43,100); }

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

border-color css

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

 span { border-color: rgb(82,43,100); }

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