Html Css Color HEX #511A66 Scarlet Gum

📋 copy color: '#511A66'

red 81 ◦ green 26 ◦ blue 102

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

Shades of Scarlet Gum #511A66

Tints of Scarlet Gum #511A66

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.44%

 BLUE value IS 102 (40.23% from 255) = 48.8%

R = 38.76%
G = 12.44%
B = 48.8%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#511A66 (or 0x511A66) is known color: Scarlet Gum. HEX triplet: 51, 1A and 66. RGB value is (81,26,102). Sum of RGB (Red+Green+Blue) = 81+26+102=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 26 (10.55% from 255 or 12.44% from 209); Blue value is 102 (40.23% from 255 or 48.80% from 209); Max value from RGB is 102 - color contains mainly: blue. Hex color #511A66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511A66 is #AEE599. Grayscale: #323232. Windows color (decimal): -11462042 or 6691409. OLE color: 6691409.

HSL color Cylindrical-coordinate representation of color #511A66: hue angle of 283.42º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #511A66 is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 81 26 102 -
CMYK 0.21 0.75 0 0.6
HSL 283.42º 0.59% 0.25% -
HSV(B) 283.42º 0.75% 0.4% -
XYZ 6.16 3.45 12.91 -
YUV 51.11 156.72 149.32 -
System Red Green Blue C M Y K H S L
Decimal 81 26 102 0.21 0.75 0 0.6 283.42 0.59 0.25
Hex 51 1A 66 15 4B 0 3C 11B 3B 19
Octal 121 32 146 25 113 0 74 433 73 31
Binary 1010001 11010 1100110 10101 1001011 0 111100 100011011 111011 11001

Color Harmonies of #511A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511A66

Black with #511A66

Text Example


Text Example

White with #511A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,26,102); }

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

background-color css

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

 a { background-color: rgb(81,26,102); }

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

border-color css

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

 span { border-color: rgb(81,26,102); }

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