Html Css Color HEX #521569 Scarlet Gum

📋 copy color: '#521569'

red 82 ◦ green 21 ◦ blue 105

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

Shades of Scarlet Gum #521569

Tints of Scarlet Gum #521569

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.1%

 BLUE value IS 105 (41.41% from 255) = 50.48%

R = 39.42%
G = 10.1%
B = 50.48%

CMYK

 C value IS 0.22

 M value IS 0.80

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#521569 (or 0x521569) is known color: Scarlet Gum. HEX triplet: 52, 15 and 69. RGB value is (82,21,105). Sum of RGB (Red+Green+Blue) = 82+21+105=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 105 (41.41% from 255 or 50.48% from 208); Max value from RGB is 105 - color contains mainly: blue. Hex color #521569 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521569 is #ADEA96. Grayscale: #303030. Windows color (decimal): -11397783 or 6886738. OLE color: 6886738.

HSL color Cylindrical-coordinate representation of color #521569: hue angle of 283.57º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #521569 is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 21 105 -
CMYK 0.22 0.80 0 0.59
HSL 283.57º 0.67% 0.25% -
HSV(B) 283.57º 0.8% 0.41% -
XYZ 6.3 3.35 13.68 -
YUV 48.82 159.71 151.67 -
System Red Green Blue C M Y K H S L
Decimal 82 21 105 0.22 0.80 0 0.59 283.57 0.67 0.25
Hex 52 15 69 16 50 0 3B 11C 43 19
Octal 122 25 151 26 120 0 73 434 103 31
Binary 1010010 10101 1101001 10110 1010000 0 111011 100011100 1000011 11001

Color Harmonies of #521569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521569

Black with #521569

Text Example


Text Example

White with #521569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521569; }

 p { color: rgb(82,21,105); }

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

background-color css

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

 a { background-color: rgb(82,21,105); }

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

border-color css

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

 span { border-color: rgb(82,21,105); }

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