Html Css Color HEX #511160 Scarlet Gum

📋 copy color: '#511160'

red 81 ◦ green 17 ◦ blue 96

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

Shades of Scarlet Gum #511160

Tints of Scarlet Gum #511160

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.76%

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

R = 41.75%
G = 8.76%
B = 49.48%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#511160 (or 0x511160) is known color: Scarlet Gum. HEX triplet: 51, 11 and 60. RGB value is (81,17,96). Sum of RGB (Red+Green+Blue) = 81+17+96=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: blue. Hex color #511160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511160 is #AEEE9F. Grayscale: #2C2C2C. Windows color (decimal): -11464352 or 6295889. OLE color: 6295889.

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

Color convert

RGB 81 17 96 -
CMYK 0.16 0.82 0 0.62
HSL 288.61º 0.7% 0.22% -
HSV(B) 288.61º 0.82% 0.38% -
XYZ 5.71 2.99 11.34 -
YUV 45.14 156.7 153.58 -
System Red Green Blue C M Y K H S L
Decimal 81 17 96 0.16 0.82 0 0.62 288.61 0.7 0.22
Hex 51 11 60 10 52 0 3E 121 46 16
Octal 121 21 140 20 122 0 76 441 106 26
Binary 1010001 10001 1100000 10000 1010010 0 111110 100100001 1000110 10110

Color Harmonies of #511160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511160

Black with #511160

Text Example


Text Example

White with #511160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511160; }

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

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

background-color css

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

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

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

border-color css

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

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

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