Html Css Color HEX #521A62 Scarlet Gum

📋 copy color: '#521A62'

red 82 ◦ green 26 ◦ blue 98

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

Shades of Scarlet Gum #521A62

Tints of Scarlet Gum #521A62

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.62%

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

R = 39.81%
G = 12.62%
B = 47.57%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#521A62 (or 0x521A62) is known color: Scarlet Gum. HEX triplet: 52, 1A and 62. RGB value is (82,26,98). Sum of RGB (Red+Green+Blue) = 82+26+98=206 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.81% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 98 (38.67% from 255 or 47.57% from 206); Max value from RGB is 98 - color contains mainly: blue. Hex color #521A62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521A62 is #ADE59D. Grayscale: #323232. Windows color (decimal): -11396510 or 6429266. OLE color: 6429266.

HSL color Cylindrical-coordinate representation of color #521A62: hue angle of 286.67º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #521A62 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 26 98 -
CMYK 0.16 0.73 0 0.62
HSL 286.67º 0.58% 0.24% -
HSV(B) 286.67º 0.73% 0.38% -
XYZ 6.05 3.41 11.9 -
YUV 50.95 154.55 150.15 -
System Red Green Blue C M Y K H S L
Decimal 82 26 98 0.16 0.73 0 0.62 286.67 0.58 0.24
Hex 52 1A 62 10 49 0 3E 11F 3A 18
Octal 122 32 142 20 111 0 76 437 72 30
Binary 1010010 11010 1100010 10000 1001001 0 111110 100011111 111010 11000

Color Harmonies of #521A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521A62

Black with #521A62

Text Example


Text Example

White with #521A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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