Html Css Color HEX #511760 Scarlet Gum

📋 copy color: '#511760'

red 81 ◦ green 23 ◦ blue 96

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

Shades of Scarlet Gum #511760

Tints of Scarlet Gum #511760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 48%

R = 40.5%
G = 11.5%
B = 48%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#511760 (or 0x511760) is known color: Scarlet Gum. HEX triplet: 51, 17 and 60. RGB value is (81,23,96). Sum of RGB (Red+Green+Blue) = 81+23+96=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: blue. Hex color #511760 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511760 is #AEE89F. Grayscale: #303030. Windows color (decimal): -11462816 or 6297425. OLE color: 6297425.

HSL color Cylindrical-coordinate representation of color #511760: hue angle of 287.67º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #511760 is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 23 96 -
CMYK 0.16 0.76 0 0.62
HSL 287.67º 0.61% 0.23% -
HSV(B) 287.67º 0.76% 0.38% -
XYZ 5.81 3.21 11.38 -
YUV 48.66 154.72 151.06 -
System Red Green Blue C M Y K H S L
Decimal 81 23 96 0.16 0.76 0 0.62 287.67 0.61 0.23
Hex 51 17 60 10 4C 0 3E 120 3D 17
Octal 121 27 140 20 114 0 76 440 75 27
Binary 1010001 10111 1100000 10000 1001100 0 111110 100100000 111101 10111

Color Harmonies of #511760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511760

Black with #511760

Text Example


Text Example

White with #511760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511760; }

 p { color: rgb(81,23,96); }

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

background-color css

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

 a { background-color: rgb(81,23,96); }

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

border-color css

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

 span { border-color: rgb(81,23,96); }

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