Html Css Color HEX #522061 Scarlet Gum

📋 copy color: '#522061'

red 82 ◦ green 32 ◦ blue 97

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

Shades of Scarlet Gum #522061

Tints of Scarlet Gum #522061

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.17%

 BLUE value IS 97 (38.28% from 255) = 45.97%

R = 38.86%
G = 15.17%
B = 45.97%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#522061 (or 0x522061) is known color: Scarlet Gum. HEX triplet: 52, 20 and 61. RGB value is (82,32,97). Sum of RGB (Red+Green+Blue) = 82+32+97=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 97 (38.28% from 255 or 45.97% from 211); Max value from RGB is 97 - color contains mainly: blue. Hex color #522061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522061 is #ADDF9E. Grayscale: #363636. Windows color (decimal): -11394975 or 6365266. OLE color: 6365266.

HSL color Cylindrical-coordinate representation of color #522061: hue angle of 286.15º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #522061 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 32 97 -
CMYK 0.15 0.67 0 0.62
HSL 286.15º 0.5% 0.25% -
HSV(B) 286.15º 0.67% 0.38% -
XYZ 6.15 3.69 11.7 -
YUV 54.36 152.07 147.71 -
System Red Green Blue C M Y K H S L
Decimal 82 32 97 0.15 0.67 0 0.62 286.15 0.5 0.25
Hex 52 20 61 F 43 0 3E 11E 32 19
Octal 122 40 141 17 103 0 76 436 62 31
Binary 1010010 100000 1100001 1111 1000011 0 111110 100011110 110010 11001

Color Harmonies of #522061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522061

Black with #522061

Text Example


Text Example

White with #522061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522061; }

 p { color: rgb(82,32,97); }

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

background-color css

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

 a { background-color: rgb(82,32,97); }

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

border-color css

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

 span { border-color: rgb(82,32,97); }

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