Html Css Color HEX #520D62 Scarlet Gum

📋 copy color: '#520D62'

red 82 ◦ green 13 ◦ blue 98

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

Shades of Scarlet Gum #520D62

Tints of Scarlet Gum #520D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 50.78%

R = 42.49%
G = 6.74%
B = 50.78%

CMYK

 C value IS 0.16

 M value IS 0.87

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#520D62 (or 0x520D62) is known color: Scarlet Gum. HEX triplet: 52, 0D and 62. RGB value is (82,13,98). Sum of RGB (Red+Green+Blue) = 82+13+98=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 13 (5.47% from 255 or 6.74% from 193); Blue value is 98 (38.67% from 255 or 50.78% from 193); Max value from RGB is 98 - color contains mainly: blue. Hex color #520D62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520D62 is #ADF29D. Grayscale: #2B2B2B. Windows color (decimal): -11399838 or 6425938. OLE color: 6425938.

HSL color Cylindrical-coordinate representation of color #520D62: hue angle of 288.71º degrees, saturation: 0.77, 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 #520D62 is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 13 98 -
CMYK 0.16 0.87 0 0.62
HSL 288.71º 0.77% 0.22% -
HSV(B) 288.71º 0.87% 0.38% -
XYZ 5.83 2.96 11.82 -
YUV 43.32 158.86 155.59 -
System Red Green Blue C M Y K H S L
Decimal 82 13 98 0.16 0.87 0 0.62 288.71 0.77 0.22
Hex 52 D 62 10 57 0 3E 121 4D 16
Octal 122 15 142 20 127 0 76 441 115 26
Binary 1010010 1101 1100010 10000 1010111 0 111110 100100001 1001101 10110

Color Harmonies of #520D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520D62

Black with #520D62

Text Example


Text Example

White with #520D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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