Html Css Color HEX #511562 Scarlet Gum

📋 copy color: '#511562'

red 81 ◦ green 21 ◦ blue 98

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

Shades of Scarlet Gum #511562

Tints of Scarlet Gum #511562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 49%

R = 40.5%
G = 10.5%
B = 49%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#511562 (or 0x511562) is known color: Scarlet Gum. HEX triplet: 51, 15 and 62. RGB value is (81,21,98). Sum of RGB (Red+Green+Blue) = 81+21+98=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 98 (38.67% from 255 or 49% from 200); Max value from RGB is 98 - color contains mainly: blue. Hex color #511562 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511562 is #AEEA9D. Grayscale: #2F2F2F. Windows color (decimal): -11463326 or 6427985. OLE color: 6427985.

HSL color Cylindrical-coordinate representation of color #511562: hue angle of 286.75º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #511562 is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 21 98 -
CMYK 0.17 0.79 0 0.62
HSL 286.75º 0.65% 0.23% -
HSV(B) 286.75º 0.79% 0.38% -
XYZ 5.87 3.17 11.86 -
YUV 47.72 156.38 151.74 -
System Red Green Blue C M Y K H S L
Decimal 81 21 98 0.17 0.79 0 0.62 286.75 0.65 0.23
Hex 51 15 62 11 4F 0 3E 11F 41 17
Octal 121 25 142 21 117 0 76 437 101 27
Binary 1010001 10101 1100010 10001 1001111 0 111110 100011111 1000001 10111

Color Harmonies of #511562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511562

Black with #511562

Text Example


Text Example

White with #511562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511562; }

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

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

background-color css

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

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

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

border-color css

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

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

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