Html Css Color HEX #511D5F Scarlet Gum

📋 copy color: '#511D5F'

red 81 ◦ green 29 ◦ blue 95

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

Shades of Scarlet Gum #511D5F

Tints of Scarlet Gum #511D5F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.15%

 BLUE value IS 95 (37.5% from 255) = 46.34%

R = 39.51%
G = 14.15%
B = 46.34%

CMYK

 C value IS 0.15

 M value IS 0.69

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#511D5F (or 0x511D5F) is known color: Scarlet Gum. HEX triplet: 51, 1D and 5F. RGB value is (81,29,95). Sum of RGB (Red+Green+Blue) = 81+29+95=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 29 (11.72% from 255 or 14.15% from 205); Blue value is 95 (37.5% from 255 or 46.34% from 205); Max value from RGB is 95 - color contains mainly: blue. Hex color #511D5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511D5F is #AEE2A0. Grayscale: #333333. Windows color (decimal): -11461281 or 6233425. OLE color: 6233425.

HSL color Cylindrical-coordinate representation of color #511D5F: hue angle of 287.27º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #511D5F is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 81 29 95 -
CMYK 0.15 0.69 0 0.63
HSL 287.27º 0.53% 0.24% -
HSV(B) 287.27º 0.69% 0.37% -
XYZ 5.9 3.45 11.18 -
YUV 52.07 152.23 148.63 -
System Red Green Blue C M Y K H S L
Decimal 81 29 95 0.15 0.69 0 0.63 287.27 0.53 0.24
Hex 51 1D 5F F 45 0 3F 11F 35 18
Octal 121 35 137 17 105 0 77 437 65 30
Binary 1010001 11101 1011111 1111 1000101 0 111111 100011111 110101 11000

Color Harmonies of #511D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511D5F

Black with #511D5F

Text Example


Text Example

White with #511D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511D5F; }

 p { color: rgb(81,29,95); }

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

background-color css

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

 a { background-color: rgb(81,29,95); }

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

border-color css

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

 span { border-color: rgb(81,29,95); }

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