Html Css Color HEX #521663 Scarlet Gum

📋 copy color: '#521663'

red 82 ◦ green 22 ◦ blue 99

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

Shades of Scarlet Gum #521663

Tints of Scarlet Gum #521663

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.84%

 BLUE value IS 99 (39.06% from 255) = 48.77%

R = 40.39%
G = 10.84%
B = 48.77%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#521663 (or 0x521663) is known color: Scarlet Gum. HEX triplet: 52, 16 and 63. RGB value is (82,22,99). Sum of RGB (Red+Green+Blue) = 82+22+99=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: blue. Hex color #521663 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521663 is #ADE99C. Grayscale: #303030. Windows color (decimal): -11397533 or 6493778. OLE color: 6493778.

HSL color Cylindrical-coordinate representation of color #521663: hue angle of 286.75º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #521663 is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 82 22 99 -
CMYK 0.17 0.78 0 0.61
HSL 286.75º 0.64% 0.24% -
HSV(B) 286.75º 0.78% 0.39% -
XYZ 6.02 3.27 12.12 -
YUV 48.72 156.38 151.74 -
System Red Green Blue C M Y K H S L
Decimal 82 22 99 0.17 0.78 0 0.61 286.75 0.64 0.24
Hex 52 16 63 11 4E 0 3D 11F 40 18
Octal 122 26 143 21 116 0 75 437 100 30
Binary 1010010 10110 1100011 10001 1001110 0 111101 100011111 1000000 11000

Color Harmonies of #521663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521663

Black with #521663

Text Example


Text Example

White with #521663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521663; }

 p { color: rgb(82,22,99); }

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

background-color css

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

 a { background-color: rgb(82,22,99); }

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

border-color css

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

 span { border-color: rgb(82,22,99); }

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