Html Css Color HEX #511360 Scarlet Gum

📋 copy color: '#511360'

red 81 ◦ green 19 ◦ blue 96

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

Shades of Scarlet Gum #511360

Tints of Scarlet Gum #511360

RGB

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

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

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

R = 41.33%
G = 9.69%
B = 48.98%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#511360 (or 0x511360) is known color: Scarlet Gum. HEX triplet: 51, 13 and 60. RGB value is (81,19,96). Sum of RGB (Red+Green+Blue) = 81+19+96=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 96 (37.89% from 255 or 48.98% from 196); Max value from RGB is 96 - color contains mainly: blue. Hex color #511360 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511360 is #AEEC9F. Grayscale: #2E2E2E. Windows color (decimal): -11463840 or 6296401. OLE color: 6296401.

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

Color convert

RGB 81 19 96 -
CMYK 0.16 0.80 0 0.62
HSL 288.31º 0.67% 0.23% -
HSV(B) 288.31º 0.8% 0.38% -
XYZ 5.74 3.06 11.35 -
YUV 46.32 156.04 152.74 -
System Red Green Blue C M Y K H S L
Decimal 81 19 96 0.16 0.80 0 0.62 288.31 0.67 0.23
Hex 51 13 60 10 50 0 3E 120 43 17
Octal 121 23 140 20 120 0 76 440 103 27
Binary 1010001 10011 1100000 10000 1010000 0 111110 100100000 1000011 10111

Color Harmonies of #511360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511360

Black with #511360

Text Example


Text Example

White with #511360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511360; }

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

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

background-color css

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

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

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

border-color css

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

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

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