Html Css Color HEX #511162 Scarlet Gum

📋 copy color: '#511162'

red 81 ◦ green 17 ◦ blue 98

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

Shades of Scarlet Gum #511162

Tints of Scarlet Gum #511162

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.67%

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

R = 41.33%
G = 8.67%
B = 50%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#511162 (or 0x511162) is known color: Scarlet Gum. HEX triplet: 51, 11 and 62. RGB value is (81,17,98). Sum of RGB (Red+Green+Blue) = 81+17+98=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 98 (38.67% from 255 or 50% from 196); Max value from RGB is 98 - color contains mainly: blue. Hex color #511162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511162 is #AEEE9D. Grayscale: #2D2D2D. Windows color (decimal): -11464350 or 6426961. OLE color: 6426961.

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

Color convert

RGB 81 17 98 -
CMYK 0.17 0.83 0 0.62
HSL 287.41º 0.7% 0.23% -
HSV(B) 287.41º 0.83% 0.38% -
XYZ 5.8 3.03 11.83 -
YUV 45.37 157.7 153.41 -
System Red Green Blue C M Y K H S L
Decimal 81 17 98 0.17 0.83 0 0.62 287.41 0.7 0.23
Hex 51 11 62 11 53 0 3E 11F 46 17
Octal 121 21 142 21 123 0 76 437 106 27
Binary 1010001 10001 1100010 10001 1010011 0 111110 100011111 1000110 10111

Color Harmonies of #511162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511162

Black with #511162

Text Example


Text Example

White with #511162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511162; }

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

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

background-color css

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

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

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

border-color css

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

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

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