Html Css Color HEX #521168 Scarlet Gum

📋 copy color: '#521168'

red 82 ◦ green 17 ◦ blue 104

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

Shades of Scarlet Gum #521168

Tints of Scarlet Gum #521168

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.37%

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

R = 40.39%
G = 8.37%
B = 51.23%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#521168 (or 0x521168) is known color: Scarlet Gum. HEX triplet: 52, 11 and 68. RGB value is (82,17,104). Sum of RGB (Red+Green+Blue) = 82+17+104=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 104 (41.02% from 255 or 51.23% from 203); Max value from RGB is 104 - color contains mainly: blue. Hex color #521168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521168 is #ADEE97. Grayscale: #2E2E2E. Windows color (decimal): -11398808 or 6820178. OLE color: 6820178.

HSL color Cylindrical-coordinate representation of color #521168: hue angle of 284.83º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #521168 is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 17 104 -
CMYK 0.21 0.84 0 0.59
HSL 284.83º 0.72% 0.24% -
HSV(B) 284.83º 0.84% 0.41% -
XYZ 6.18 3.19 13.39 -
YUV 46.35 160.53 153.43 -
System Red Green Blue C M Y K H S L
Decimal 82 17 104 0.21 0.84 0 0.59 284.83 0.72 0.24
Hex 52 11 68 15 54 0 3B 11D 48 18
Octal 122 21 150 25 124 0 73 435 110 30
Binary 1010010 10001 1101000 10101 1010100 0 111011 100011101 1001000 11000

Color Harmonies of #521168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521168

Black with #521168

Text Example


Text Example

White with #521168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521168; }

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

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

background-color css

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

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

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

border-color css

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

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

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