Html Css Color HEX #511061 Scarlet Gum

📋 copy color: '#511061'

red 81 ◦ green 16 ◦ blue 97

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

Shades of Scarlet Gum #511061

Tints of Scarlet Gum #511061

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.25%

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

R = 41.75%
G = 8.25%
B = 50%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#511061 (or 0x511061) is known color: Scarlet Gum. HEX triplet: 51, 10 and 61. RGB value is (81,16,97). Sum of RGB (Red+Green+Blue) = 81+16+97=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 97 (38.28% from 255 or 50% from 194); Max value from RGB is 97 - color contains mainly: blue. Hex color #511061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511061 is #AEEF9E. Grayscale: #2C2C2C. Windows color (decimal): -11464607 or 6361169. OLE color: 6361169.

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

Color convert

RGB 81 16 97 -
CMYK 0.16 0.84 0 0.62
HSL 288.15º 0.72% 0.22% -
HSV(B) 288.15º 0.84% 0.38% -
XYZ 5.74 2.98 11.58 -
YUV 44.67 157.53 153.91 -
System Red Green Blue C M Y K H S L
Decimal 81 16 97 0.16 0.84 0 0.62 288.15 0.72 0.22
Hex 51 10 61 10 54 0 3E 120 48 16
Octal 121 20 141 20 124 0 76 440 110 26
Binary 1010001 10000 1100001 10000 1010100 0 111110 100100000 1001000 10110

Color Harmonies of #511061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511061

Black with #511061

Text Example


Text Example

White with #511061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511061; }

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

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

background-color css

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

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

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

border-color css

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

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

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