Html Css Color HEX #511462 Scarlet Gum

📋 copy color: '#511462'

red 81 ◦ green 20 ◦ blue 98

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

Shades of Scarlet Gum #511462

Tints of Scarlet Gum #511462

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.05%

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

R = 40.7%
G = 10.05%
B = 49.25%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#511462 (or 0x511462) is known color: Scarlet Gum. HEX triplet: 51, 14 and 62. RGB value is (81,20,98). Sum of RGB (Red+Green+Blue) = 81+20+98=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 98 (38.67% from 255 or 49.25% from 199); Max value from RGB is 98 - color contains mainly: blue. Hex color #511462 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511462 is #AEEB9D. Grayscale: #2E2E2E. Windows color (decimal): -11463582 or 6427729. OLE color: 6427729.

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

Color convert

RGB 81 20 98 -
CMYK 0.17 0.80 0 0.62
HSL 286.92º 0.66% 0.23% -
HSV(B) 286.92º 0.8% 0.38% -
XYZ 5.85 3.13 11.85 -
YUV 47.13 156.71 152.16 -
System Red Green Blue C M Y K H S L
Decimal 81 20 98 0.17 0.80 0 0.62 286.92 0.66 0.23
Hex 51 14 62 11 50 0 3E 11F 42 17
Octal 121 24 142 21 120 0 76 437 102 27
Binary 1010001 10100 1100010 10001 1010000 0 111110 100011111 1000010 10111

Color Harmonies of #511462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511462

Black with #511462

Text Example


Text Example

White with #511462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511462; }

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

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

background-color css

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

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

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

border-color css

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

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

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