Html Css Color HEX #511260 Scarlet Gum

📋 copy color: '#511260'

red 81 ◦ green 18 ◦ blue 96

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

Shades of Scarlet Gum #511260

Tints of Scarlet Gum #511260

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.23%

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

R = 41.54%
G = 9.23%
B = 49.23%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#511260 (or 0x511260) is known color: Scarlet Gum. HEX triplet: 51, 12 and 60. RGB value is (81,18,96). Sum of RGB (Red+Green+Blue) = 81+18+96=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 96 - color contains mainly: blue. Hex color #511260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511260 is #AEED9F. Grayscale: #2D2D2D. Windows color (decimal): -11464096 or 6296145. OLE color: 6296145.

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

Color convert

RGB 81 18 96 -
CMYK 0.16 0.81 0 0.62
HSL 288.46º 0.68% 0.22% -
HSV(B) 288.46º 0.81% 0.38% -
XYZ 5.72 3.03 11.35 -
YUV 45.73 156.37 153.16 -
System Red Green Blue C M Y K H S L
Decimal 81 18 96 0.16 0.81 0 0.62 288.46 0.68 0.22
Hex 51 12 60 10 51 0 3E 120 44 16
Octal 121 22 140 20 121 0 76 440 104 26
Binary 1010001 10010 1100000 10000 1010001 0 111110 100100000 1000100 10110

Color Harmonies of #511260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511260

Black with #511260

Text Example


Text Example

White with #511260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511260; }

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

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

background-color css

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

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

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

border-color css

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

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

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