Html Css Color HEX #511963 Scarlet Gum

📋 copy color: '#511963'

red 81 ◦ green 25 ◦ blue 99

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

Shades of Scarlet Gum #511963

Tints of Scarlet Gum #511963

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.2%

 BLUE value IS 99 (39.06% from 255) = 48.29%

R = 39.51%
G = 12.2%
B = 48.29%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#511963 (or 0x511963) is known color: Scarlet Gum. HEX triplet: 51, 19 and 63. RGB value is (81,25,99). Sum of RGB (Red+Green+Blue) = 81+25+99=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 99 - color contains mainly: blue. Hex color #511963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511963 is #AEE69C. Grayscale: #313131. Windows color (decimal): -11462301 or 6494545. OLE color: 6494545.

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

Color convert

RGB 81 25 99 -
CMYK 0.18 0.75 0 0.61
HSL 285.41º 0.6% 0.24% -
HSV(B) 285.41º 0.75% 0.39% -
XYZ 5.99 3.35 12.13 -
YUV 50.18 155.55 149.98 -
System Red Green Blue C M Y K H S L
Decimal 81 25 99 0.18 0.75 0 0.61 285.41 0.6 0.24
Hex 51 19 63 12 4B 0 3D 11D 3C 18
Octal 121 31 143 22 113 0 75 435 74 30
Binary 1010001 11001 1100011 10010 1001011 0 111101 100011101 111100 11000

Color Harmonies of #511963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511963

Black with #511963

Text Example


Text Example

White with #511963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511963; }

 p { color: rgb(81,25,99); }

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

background-color css

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

 a { background-color: rgb(81,25,99); }

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

border-color css

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

 span { border-color: rgb(81,25,99); }

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