Html Css Color HEX #511564 Scarlet Gum

📋 copy color: '#511564'

red 81 ◦ green 21 ◦ blue 100

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

Shades of Scarlet Gum #511564

Tints of Scarlet Gum #511564

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.4%

 BLUE value IS 100 (39.45% from 255) = 49.5%

R = 40.1%
G = 10.4%
B = 49.5%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#511564 (or 0x511564) is known color: Scarlet Gum. HEX triplet: 51, 15 and 64. RGB value is (81,21,100). Sum of RGB (Red+Green+Blue) = 81+21+100=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 100 (39.45% from 255 or 49.50% from 202); Max value from RGB is 100 - color contains mainly: blue. Hex color #511564 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511564 is #AEEA9B. Grayscale: #2F2F2F. Windows color (decimal): -11463324 or 6559057. OLE color: 6559057.

HSL color Cylindrical-coordinate representation of color #511564: hue angle of 285.57º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #511564 is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 81 21 100 -
CMYK 0.19 0.79 0 0.61
HSL 285.57º 0.65% 0.24% -
HSV(B) 285.57º 0.79% 0.39% -
XYZ 5.96 3.21 12.36 -
YUV 47.95 157.38 151.58 -
System Red Green Blue C M Y K H S L
Decimal 81 21 100 0.19 0.79 0 0.61 285.57 0.65 0.24
Hex 51 15 64 13 4F 0 3D 11E 41 18
Octal 121 25 144 23 117 0 75 436 101 30
Binary 1010001 10101 1100100 10011 1001111 0 111101 100011110 1000001 11000

Color Harmonies of #511564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511564

Black with #511564

Text Example


Text Example

White with #511564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511564; }

 p { color: rgb(81,21,100); }

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

background-color css

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

 a { background-color: rgb(81,21,100); }

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

border-color css

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

 span { border-color: rgb(81,21,100); }

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