Html Css Color HEX #521464 Scarlet Gum

📋 copy color: '#521464'

red 82 ◦ green 20 ◦ blue 100

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

Shades of Scarlet Gum #521464

Tints of Scarlet Gum #521464

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.9%

 BLUE value IS 100 (39.45% from 255) = 49.5%

R = 40.59%
G = 9.9%
B = 49.5%

CMYK

 C value IS 0.18

 M value IS 0.8

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#521464 (or 0x521464) is known color: Scarlet Gum. HEX triplet: 52, 14 and 64. RGB value is (82,20,100). Sum of RGB (Red+Green+Blue) = 82+20+100=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 100 (39.45% from 255 or 49.50% from 202); Max value from RGB is 100 - color contains mainly: blue. Hex color #521464 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521464 is #ADEB9B. Grayscale: #2F2F2F. Windows color (decimal): -11398044 or 6558802. OLE color: 6558802.

HSL color Cylindrical-coordinate representation of color #521464: hue angle of 286.5º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #521464 is Cyan = 0.18, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 82 20 100 -
CMYK 0.18 0.8 0 0.61
HSL 286.5º 0.67% 0.24% -
HSV(B) 286.5º 0.8% 0.39% -
XYZ 6.03 3.21 12.36 -
YUV 47.66 157.54 152.5 -
System Red Green Blue C M Y K H S L
Decimal 82 20 100 0.18 0.8 0 0.61 286.5 0.67 0.24
Hex 52 14 64 12 50 0 3D 11E 43 18
Octal 122 24 144 22 120 0 75 436 103 30
Binary 1010010 10100 1100100 10010 1010000 0 111101 100011110 1000011 11000

Color Harmonies of #521464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521464

Black with #521464

Text Example


Text Example

White with #521464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521464; }

 p { color: rgb(82,20,100); }

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

background-color css

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

 a { background-color: rgb(82,20,100); }

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

border-color css

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

 span { border-color: rgb(82,20,100); }

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