Html Css Color HEX #511761 Scarlet Gum

📋 copy color: '#511761'

red 81 ◦ green 23 ◦ blue 97

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

Shades of Scarlet Gum #511761

Tints of Scarlet Gum #511761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 48.26%

R = 40.3%
G = 11.44%
B = 48.26%

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

#511761 (or 0x511761) is known color: Scarlet Gum. HEX triplet: 51, 17 and 61. RGB value is (81,23,97). Sum of RGB (Red+Green+Blue) = 81+23+97=201 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.30% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 97 (38.28% from 255 or 48.26% from 201); Max value from RGB is 97 - color contains mainly: blue. Hex color #511761 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511761 is #AEE89E. Grayscale: #303030. Windows color (decimal): -11462815 or 6362961. OLE color: 6362961.

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

Color convert

RGB 81 23 97 -
CMYK 0.16 0.76 0 0.62
HSL 287.03º 0.62% 0.24% -
HSV(B) 287.03º 0.76% 0.38% -
XYZ 5.86 3.23 11.62 -
YUV 48.78 155.22 150.98 -
System Red Green Blue C M Y K H S L
Decimal 81 23 97 0.16 0.76 0 0.62 287.03 0.62 0.24
Hex 51 17 61 10 4C 0 3E 11F 3E 18
Octal 121 27 141 20 114 0 76 437 76 30
Binary 1010001 10111 1100001 10000 1001100 0 111110 100011111 111110 11000

Color Harmonies of #511761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511761

Black with #511761

Text Example


Text Example

White with #511761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511761; }

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

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

background-color css

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

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

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

border-color css

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

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

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