Html Css Color HEX #522C5F Scarlet Gum

📋 copy color: '#522C5F'

red 82 ◦ green 44 ◦ blue 95

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

Shades of Scarlet Gum #522C5F

Tints of Scarlet Gum #522C5F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.91%

 BLUE value IS 95 (37.5% from 255) = 42.99%

R = 37.1%
G = 19.91%
B = 42.99%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#522C5F (or 0x522C5F) is known color: Scarlet Gum. HEX triplet: 52, 2C and 5F. RGB value is (82,44,95). Sum of RGB (Red+Green+Blue) = 82+44+95=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 95 - color contains mainly: blue. Hex color #522C5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522C5F is #ADD3A0. Grayscale: #3D3D3D. Windows color (decimal): -11391905 or 6237266. OLE color: 6237266.

HSL color Cylindrical-coordinate representation of color #522C5F: hue angle of 284.71º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #522C5F is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 82 44 95 -
CMYK 0.14 0.54 0 0.63
HSL 284.71º 0.37% 0.27% -
HSV(B) 284.71º 0.54% 0.37% -
XYZ 6.45 4.42 11.34 -
YUV 61.18 147.09 142.85 -
System Red Green Blue C M Y K H S L
Decimal 82 44 95 0.14 0.54 0 0.63 284.71 0.37 0.27
Hex 52 2C 5F E 36 0 3F 11D 25 1B
Octal 122 54 137 16 66 0 77 435 45 33
Binary 1010010 101100 1011111 1110 110110 0 111111 100011101 100101 11011

Color Harmonies of #522C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522C5F

Black with #522C5F

Text Example


Text Example

White with #522C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,44,95); }

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

background-color css

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

 a { background-color: rgb(82,44,95); }

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

border-color css

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

 span { border-color: rgb(82,44,95); }

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