Html Css Color HEX #521766 Scarlet Gum

📋 copy color: '#521766'

red 82 ◦ green 23 ◦ blue 102

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

Shades of Scarlet Gum #521766

Tints of Scarlet Gum #521766

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.11%

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

R = 39.61%
G = 11.11%
B = 49.28%

CMYK

 C value IS 0.20

 M value IS 0.77

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#521766 (or 0x521766) is known color: Scarlet Gum. HEX triplet: 52, 17 and 66. RGB value is (82,23,102). Sum of RGB (Red+Green+Blue) = 82+23+102=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 102 (40.23% from 255 or 49.28% from 207); Max value from RGB is 102 - color contains mainly: blue. Hex color #521766 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521766 is #ADE899. Grayscale: #313131. Windows color (decimal): -11397274 or 6690642. OLE color: 6690642.

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

Color convert

RGB 82 23 102 -
CMYK 0.20 0.77 0 0.6
HSL 284.81º 0.63% 0.25% -
HSV(B) 284.81º 0.77% 0.4% -
XYZ 6.18 3.37 12.89 -
YUV 49.65 157.55 151.08 -
System Red Green Blue C M Y K H S L
Decimal 82 23 102 0.20 0.77 0 0.6 284.81 0.63 0.25
Hex 52 17 66 14 4D 0 3C 11D 3F 19
Octal 122 27 146 24 115 0 74 435 77 31
Binary 1010010 10111 1100110 10100 1001101 0 111100 100011101 111111 11001

Color Harmonies of #521766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521766

Black with #521766

Text Example


Text Example

White with #521766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521766; }

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

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

background-color css

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

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

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

border-color css

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

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

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