Html Css Color HEX #511262 Scarlet Gum

📋 copy color: '#511262'

red 81 ◦ green 18 ◦ blue 98

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

Shades of Scarlet Gum #511262

Tints of Scarlet Gum #511262

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.14%

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

R = 41.12%
G = 9.14%
B = 49.75%

CMYK

 C value IS 0.17

 M value IS 0.82

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#511262 (or 0x511262) is known color: Scarlet Gum. HEX triplet: 51, 12 and 62. RGB value is (81,18,98). Sum of RGB (Red+Green+Blue) = 81+18+98=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 98 (38.67% from 255 or 49.75% from 197); Max value from RGB is 98 - color contains mainly: blue. Hex color #511262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511262 is #AEED9D. Grayscale: #2D2D2D. Windows color (decimal): -11464094 or 6427217. OLE color: 6427217.

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

Color convert

RGB 81 18 98 -
CMYK 0.17 0.82 0 0.62
HSL 287.25º 0.69% 0.23% -
HSV(B) 287.25º 0.82% 0.38% -
XYZ 5.81 3.06 11.84 -
YUV 45.96 157.37 153 -
System Red Green Blue C M Y K H S L
Decimal 81 18 98 0.17 0.82 0 0.62 287.25 0.69 0.23
Hex 51 12 62 11 52 0 3E 11F 45 17
Octal 121 22 142 21 122 0 76 437 105 27
Binary 1010001 10010 1100010 10001 1010010 0 111110 100011111 1000101 10111

Color Harmonies of #511262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511262

Black with #511262

Text Example


Text Example

White with #511262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511262; }

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

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

background-color css

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

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

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

border-color css

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

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

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