Html Css Color HEX #520D61 Scarlet Gum

📋 copy color: '#520D61'

red 82 ◦ green 13 ◦ blue 97

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

Shades of Scarlet Gum #520D61

Tints of Scarlet Gum #520D61

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.77%

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

R = 42.71%
G = 6.77%
B = 50.52%

CMYK

 C value IS 0.15

 M value IS 0.87

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#520D61 (or 0x520D61) is known color: Scarlet Gum. HEX triplet: 52, 0D and 61. RGB value is (82,13,97). Sum of RGB (Red+Green+Blue) = 82+13+97=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 13 (5.47% from 255 or 6.77% from 192); Blue value is 97 (38.28% from 255 or 50.52% from 192); Max value from RGB is 97 - color contains mainly: blue. Hex color #520D61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520D61 is #ADF29E. Grayscale: #2A2A2A. Windows color (decimal): -11399839 or 6360402. OLE color: 6360402.

HSL color Cylindrical-coordinate representation of color #520D61: hue angle of 289.29º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #520D61 is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 13 97 -
CMYK 0.15 0.87 0 0.62
HSL 289.29º 0.76% 0.22% -
HSV(B) 289.29º 0.87% 0.38% -
XYZ 5.78 2.94 11.57 -
YUV 43.21 158.36 155.67 -
System Red Green Blue C M Y K H S L
Decimal 82 13 97 0.15 0.87 0 0.62 289.29 0.76 0.22
Hex 52 D 61 F 57 0 3E 121 4C 16
Octal 122 15 141 17 127 0 76 441 114 26
Binary 1010010 1101 1100001 1111 1010111 0 111110 100100001 1001100 10110

Color Harmonies of #520D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520D61

Black with #520D61

Text Example


Text Example

White with #520D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520D61; }

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

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

background-color css

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

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

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

border-color css

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

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

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