Html Css Color HEX #511463 Scarlet Gum

📋 copy color: '#511463'

red 81 ◦ green 20 ◦ blue 99

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

Shades of Scarlet Gum #511463

Tints of Scarlet Gum #511463

RGB

 RED value IS 81 (32.03% from 255) = 40.5%

 GREEN value IS 20 (8.2% from 255) = 10%

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

R = 40.5%
G = 10%
B = 49.5%

CMYK

 C value IS 0.18

 M value IS 0.80

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#511463 (or 0x511463) is known color: Scarlet Gum. HEX triplet: 51, 14 and 63. RGB value is (81,20,99). Sum of RGB (Red+Green+Blue) = 81+20+99=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 20 (8.20% from 255 or 10% 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 #511463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511463 is #AEEB9C. Grayscale: #2E2E2E. Windows color (decimal): -11463581 or 6493265. OLE color: 6493265.

HSL color Cylindrical-coordinate representation of color #511463: hue angle of 286.33º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #511463 is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 81 20 99 -
CMYK 0.18 0.80 0 0.61
HSL 286.33º 0.66% 0.23% -
HSV(B) 286.33º 0.8% 0.39% -
XYZ 5.9 3.15 12.1 -
YUV 47.25 157.21 152.08 -
System Red Green Blue C M Y K H S L
Decimal 81 20 99 0.18 0.80 0 0.61 286.33 0.66 0.23
Hex 51 14 63 12 50 0 3D 11E 42 17
Octal 121 24 143 22 120 0 75 436 102 27
Binary 1010001 10100 1100011 10010 1010000 0 111101 100011110 1000010 10111

Color Harmonies of #511463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511463

Black with #511463

Text Example


Text Example

White with #511463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511463; }

 p { color: rgb(81,20,99); }

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

background-color css

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

 a { background-color: rgb(81,20,99); }

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

border-color css

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

 span { border-color: rgb(81,20,99); }

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