Html Css Color HEX #511561 Scarlet Gum

📋 copy color: '#511561'

red 81 ◦ green 21 ◦ blue 97

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

Shades of Scarlet Gum #511561

Tints of Scarlet Gum #511561

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.55%

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

R = 40.7%
G = 10.55%
B = 48.74%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#511561 (or 0x511561) is known color: Scarlet Gum. HEX triplet: 51, 15 and 61. RGB value is (81,21,97). Sum of RGB (Red+Green+Blue) = 81+21+97=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 97 (38.28% from 255 or 48.74% from 199); Max value from RGB is 97 - color contains mainly: blue. Hex color #511561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511561 is #AEEA9E. Grayscale: #2F2F2F. Windows color (decimal): -11463327 or 6362449. OLE color: 6362449.

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

Color convert

RGB 81 21 97 -
CMYK 0.16 0.78 0 0.62
HSL 287.37º 0.64% 0.23% -
HSV(B) 287.37º 0.78% 0.38% -
XYZ 5.82 3.15 11.61 -
YUV 47.6 155.88 151.82 -
System Red Green Blue C M Y K H S L
Decimal 81 21 97 0.16 0.78 0 0.62 287.37 0.64 0.23
Hex 51 15 61 10 4E 0 3E 11F 40 17
Octal 121 25 141 20 116 0 76 437 100 27
Binary 1010001 10101 1100001 10000 1001110 0 111110 100011111 1000000 10111

Color Harmonies of #511561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511561

Black with #511561

Text Example


Text Example

White with #511561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511561; }

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

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

background-color css

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

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

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

border-color css

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

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

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