Html Css Color HEX #521363 Scarlet Gum

📋 copy color: '#521363'

red 82 ◦ green 19 ◦ blue 99

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

Shades of Scarlet Gum #521363

Tints of Scarlet Gum #521363

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.5%

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

R = 41%
G = 9.5%
B = 49.5%

CMYK

 C value IS 0.17

 M value IS 0.81

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#521363 (or 0x521363) is known color: Scarlet Gum. HEX triplet: 52, 13 and 63. RGB value is (82,19,99). Sum of RGB (Red+Green+Blue) = 82+19+99=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 19 (7.81% from 255 or 9.5% from 200); Blue value is 99 (39.06% from 255 or 49.5% from 200); Max value from RGB is 99 - color contains mainly: blue. Hex color #521363 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521363 is #ADEC9C. Grayscale: #2E2E2E. Windows color (decimal): -11398301 or 6493010. OLE color: 6493010.

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

Color convert

RGB 82 19 99 -
CMYK 0.17 0.81 0 0.61
HSL 287.25º 0.68% 0.23% -
HSV(B) 287.25º 0.81% 0.39% -
XYZ 5.96 3.16 12.1 -
YUV 46.96 157.37 153 -
System Red Green Blue C M Y K H S L
Decimal 82 19 99 0.17 0.81 0 0.61 287.25 0.68 0.23
Hex 52 13 63 11 51 0 3D 11F 44 17
Octal 122 23 143 21 121 0 75 437 104 27
Binary 1010010 10011 1100011 10001 1010001 0 111101 100011111 1000100 10111

Color Harmonies of #521363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521363

Black with #521363

Text Example


Text Example

White with #521363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521363; }

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

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

background-color css

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

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

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

border-color css

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

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

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