Html Css Color HEX #511C5E Scarlet Gum

📋 copy color: '#511C5E'

red 81 ◦ green 28 ◦ blue 94

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

Shades of Scarlet Gum #511C5E

Tints of Scarlet Gum #511C5E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.79%

 BLUE value IS 94 (37.11% from 255) = 46.31%

R = 39.9%
G = 13.79%
B = 46.31%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#511C5E (or 0x511C5E) is known color: Scarlet Gum. HEX triplet: 51, 1C and 5E. RGB value is (81,28,94). Sum of RGB (Red+Green+Blue) = 81+28+94=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 94 (37.11% from 255 or 46.31% from 203); Max value from RGB is 94 - color contains mainly: blue. Hex color #511C5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511C5E is #AEE3A1. Grayscale: #333333. Windows color (decimal): -11461538 or 6167633. OLE color: 6167633.

HSL color Cylindrical-coordinate representation of color #511C5E: hue angle of 288.18º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #511C5E is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 81 28 94 -
CMYK 0.14 0.70 0 0.63
HSL 288.18º 0.54% 0.24% -
HSV(B) 288.18º 0.7% 0.37% -
XYZ 5.83 3.39 10.94 -
YUV 51.37 152.06 149.13 -
System Red Green Blue C M Y K H S L
Decimal 81 28 94 0.14 0.70 0 0.63 288.18 0.54 0.24
Hex 51 1C 5E E 46 0 3F 120 36 18
Octal 121 34 136 16 106 0 77 440 66 30
Binary 1010001 11100 1011110 1110 1000110 0 111111 100100000 110110 11000

Color Harmonies of #511C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511C5E

Black with #511C5E

Text Example


Text Example

White with #511C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,28,94); }

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

background-color css

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

 a { background-color: rgb(81,28,94); }

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

border-color css

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

 span { border-color: rgb(81,28,94); }

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