Html Css Color HEX #521568 Scarlet Gum

📋 copy color: '#521568'

red 82 ◦ green 21 ◦ blue 104

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

Shades of Scarlet Gum #521568

Tints of Scarlet Gum #521568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 50.24%

R = 39.61%
G = 10.14%
B = 50.24%

CMYK

 C value IS 0.21

 M value IS 0.80

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#521568 (or 0x521568) is known color: Scarlet Gum. HEX triplet: 52, 15 and 68. RGB value is (82,21,104). Sum of RGB (Red+Green+Blue) = 82+21+104=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 104 (41.02% from 255 or 50.24% from 207); Max value from RGB is 104 - color contains mainly: blue. Hex color #521568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521568 is #ADEA97. Grayscale: #303030. Windows color (decimal): -11397784 or 6821202. OLE color: 6821202.

HSL color Cylindrical-coordinate representation of color #521568: hue angle of 284.1º degrees, saturation: 0.66, 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 #521568 is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 21 104 -
CMYK 0.21 0.80 0 0.59
HSL 284.1º 0.66% 0.25% -
HSV(B) 284.1º 0.8% 0.41% -
XYZ 6.25 3.33 13.41 -
YUV 48.7 159.21 151.75 -
System Red Green Blue C M Y K H S L
Decimal 82 21 104 0.21 0.80 0 0.59 284.1 0.66 0.25
Hex 52 15 68 15 50 0 3B 11C 42 19
Octal 122 25 150 25 120 0 73 434 102 31
Binary 1010010 10101 1101000 10101 1010000 0 111011 100011100 1000010 11001

Color Harmonies of #521568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521568

Black with #521568

Text Example


Text Example

White with #521568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521568; }

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

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

background-color css

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

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

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

border-color css

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

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

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