Html Css Color HEX #511065 Scarlet Gum

📋 copy color: '#511065'

red 81 ◦ green 16 ◦ blue 101

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

Shades of Scarlet Gum #511065

Tints of Scarlet Gum #511065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 51.01%

R = 40.91%
G = 8.08%
B = 51.01%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#511065 (or 0x511065) is known color: Scarlet Gum. HEX triplet: 51, 10 and 65. RGB value is (81,16,101). Sum of RGB (Red+Green+Blue) = 81+16+101=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 101 (39.84% from 255 or 51.01% from 198); Max value from RGB is 101 - color contains mainly: blue. Hex color #511065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511065 is #AEEF9A. Grayscale: #2C2C2C. Windows color (decimal): -11464603 or 6623313. OLE color: 6623313.

HSL color Cylindrical-coordinate representation of color #511065: hue angle of 285.88º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #511065 is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 81 16 101 -
CMYK 0.20 0.84 0 0.60
HSL 285.88º 0.73% 0.23% -
HSV(B) 285.88º 0.84% 0.4% -
XYZ 5.93 3.06 12.59 -
YUV 45.13 159.53 153.59 -
System Red Green Blue C M Y K H S L
Decimal 81 16 101 0.20 0.84 0 0.60 285.88 0.73 0.23
Hex 51 10 65 14 54 0 3C 11E 49 17
Octal 121 20 145 24 124 0 74 436 111 27
Binary 1010001 10000 1100101 10100 1010100 0 111100 100011110 1001001 10111

Color Harmonies of #511065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511065

Black with #511065

Text Example


Text Example

White with #511065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511065; }

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

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

background-color css

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

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

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

border-color css

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

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

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