Html Css Color HEX #511363 Scarlet Gum

📋 copy color: '#511363'

red 81 ◦ green 19 ◦ blue 99

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

Shades of Scarlet Gum #511363

Tints of Scarlet Gum #511363

RGB

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

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

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

R = 40.7%
G = 9.55%
B = 49.75%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#511363 (or 0x511363) is known color: Scarlet Gum. HEX triplet: 51, 13 and 63. RGB value is (81,19,99). Sum of RGB (Red+Green+Blue) = 81+19+99=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #511363 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511363 is #AEEC9C. Grayscale: #2E2E2E. Windows color (decimal): -11463837 or 6493009. OLE color: 6493009.

HSL color Cylindrical-coordinate representation of color #511363: hue angle of 286.5º 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 #511363 is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 81 19 99 -
CMYK 0.18 0.81 0 0.61
HSL 286.5º 0.68% 0.23% -
HSV(B) 286.5º 0.81% 0.39% -
XYZ 5.88 3.12 12.1 -
YUV 46.66 157.54 152.5 -
System Red Green Blue C M Y K H S L
Decimal 81 19 99 0.18 0.81 0 0.61 286.5 0.68 0.23
Hex 51 13 63 12 51 0 3D 11E 44 17
Octal 121 23 143 22 121 0 75 436 104 27
Binary 1010001 10011 1100011 10010 1010001 0 111101 100011110 1000100 10111

Color Harmonies of #511363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511363

Black with #511363

Text Example


Text Example

White with #511363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511363; }

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

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

background-color css

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

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

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

border-color css

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

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

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