Html Css Color HEX #521366 Scarlet Gum

📋 copy color: '#521366'

red 82 ◦ green 19 ◦ blue 102

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

Shades of Scarlet Gum #521366

Tints of Scarlet Gum #521366

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.36%

 BLUE value IS 102 (40.23% from 255) = 50.25%

R = 40.39%
G = 9.36%
B = 50.25%

CMYK

 C value IS 0.20

 M value IS 0.81

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#521366 (or 0x521366) is known color: Scarlet Gum. HEX triplet: 52, 13 and 66. RGB value is (82,19,102). Sum of RGB (Red+Green+Blue) = 82+19+102=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 102 (40.23% from 255 or 50.25% from 203); Max value from RGB is 102 - color contains mainly: blue. Hex color #521366 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521366 is #ADEC99. Grayscale: #2F2F2F. Windows color (decimal): -11398298 or 6689618. OLE color: 6689618.

HSL color Cylindrical-coordinate representation of color #521366: hue angle of 285.54º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #521366 is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 82 19 102 -
CMYK 0.20 0.81 0 0.6
HSL 285.54º 0.69% 0.24% -
HSV(B) 285.54º 0.81% 0.4% -
XYZ 6.11 3.22 12.87 -
YUV 47.3 158.87 152.75 -
System Red Green Blue C M Y K H S L
Decimal 82 19 102 0.20 0.81 0 0.6 285.54 0.69 0.24
Hex 52 13 66 14 51 0 3C 11E 45 18
Octal 122 23 146 24 121 0 74 436 105 30
Binary 1010010 10011 1100110 10100 1010001 0 111100 100011110 1000101 11000

Color Harmonies of #521366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521366

Black with #521366

Text Example


Text Example

White with #521366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521366; }

 p { color: rgb(82,19,102); }

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

background-color css

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

 a { background-color: rgb(82,19,102); }

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

border-color css

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

 span { border-color: rgb(82,19,102); }

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